The members of Dalvik.SystemInterop.DexFile are listed below.
See Also: Inherited members from Java.Lang.Object
Opens a DEX file from a given File object. | ||
Opens a DEX file from a given filename. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Close()Closes the DEX file. | ||
Entries()Enumerate the names of the classes in this DEX file. | ||
static | IsDexOptNeeded(string)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)Loads a class. | ||
static | LoadDex(string, string, int)Open a DEX file, specifying the file in which the optimized DEX data should be written. |