The methods of Dalvik.SystemInterop.DexFile are listed below. For a list of all members, see the DexFile Members list.
See Also: Inherited members from Java.Lang.Object
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. |