Android.OS.ParcelFileDescriptor.Dup Method
Create a new ParcelFileDescriptor that is a dup of the existing FileDescriptor.

Syntax

[Android.Runtime.Register("dup", "()Landroid/os/ParcelFileDescriptor;", "GetDupHandler")]
public virtual ParcelFileDescriptor Dup ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOException

Remarks

Create a new ParcelFileDescriptor that is a dup of the existing FileDescriptor. This obeys standard POSIX semantics, where the new file descriptor shared state such as file position with the original file descriptor.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14