Java.IO.RandomAccessFile.FD Property
Gets this file's Java.IO.FileDescriptor.

Syntax

[get: Android.Runtime.Register("getFD", "()Ljava/io/FileDescriptor;", "GetGetFDHandler")]
public FileDescriptor FD { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an error occurs while getting the file descriptor of this file.

Remarks

Gets this file's Java.IO.FileDescriptor. This represents the operating system resource for this random access file.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1