Android.OS.ParcelFileDescriptor.Close Method
Close the ParcelFileDescriptor.

Syntax

[Android.Runtime.Register("close", "()V", "GetCloseHandler")]
public virtual void Close ()

Exceptions

TypeReason
Java.IO.IOExceptionIf an error occurs attempting to close this ParcelFileDescriptor.

Remarks

Close the ParcelFileDescriptor. This implementation closes the underlying OS resources allocated to represent this stream.

[Android Documentation]

Requirements

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