Dalvik.SystemInterop.DexFile.Close Method
Closes the DEX file.

Syntax

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

Exceptions

TypeReason
Java.IO.IOExceptionif an I/O error occurs during closing the file, which normally should not happen

Remarks

Closes the DEX file.

This may not be able to release any resources. If classes from this DEX file are still resident, the DEX file can't be unmapped.

[Android Documentation]

Requirements

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