Dalvik.SystemInterop.DexFile Members

The members of Dalvik.SystemInterop.DexFile are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Opens a DEX file from a given File object.
Opens a DEX file from a given filename.

Public Properties

[read-only]
Namestring. Gets the name of the (already opened) DEX file.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Close()
Closes the DEX file.
Entries() : Java.Util.IEnumeration
Enumerate the names of the classes in this DEX file.
static
IsDexOptNeeded(string) : bool
Returns true if the VM believes that the apk/jar file is out of date and should be passed through "dexopt" again.
LoadClass(string, Java.Lang.ClassLoader) : Java.Lang.Class
Loads a class.
static
LoadDex(string, string, int) : DexFile
Open a DEX file, specifying the file in which the optimized DEX data should be written.