Dalvik.SystemInterop.DexFile: Method Members

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

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.