Table of Contents

Class DexFile

Namespace
Dalvik.System
Assembly
MASES.Netdroid.dll
public class DexFile : JVMBridgeBase<DexFile>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
DexFile
Implements
Extension Methods

Constructors

DexFile(File)

[Obsolete("Deprecated in JVM")]
public DexFile(File arg0)

Parameters

arg0 File

File

Exceptions

IOException

DexFile(String)

[Obsolete("Deprecated in JVM")]
public DexFile(String arg0)

Parameters

arg0 String

String

Exceptions

IOException

DexFile(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public DexFile(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Close()

[Obsolete("Deprecated in JVM")]
public void Close()

Exceptions

IOException

CreatePoolableInstance(File)

HPA initializer for DexFile(Java.Io.File arg0)

public static DexFile CreatePoolableInstance(File arg0)

Parameters

arg0 File

Returns

DexFile

CreatePoolableInstance(String)

HPA initializer for DexFile(Java.Lang.String arg0)

public static DexFile CreatePoolableInstance(String arg0)

Parameters

arg0 String

Returns

DexFile

Entries()

[Obsolete("Deprecated in JVM")]
public Enumeration<String> Entries()

Returns

Enumeration<String>

Enumeration

GetName()

[Obsolete("Deprecated in JVM")]
public String GetName()

Returns

String

String

IsDexOptNeeded(String)

[Obsolete("Deprecated in JVM")]
public static bool IsDexOptNeeded(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

Exceptions

FileNotFoundException
IOException

LoadClass(String, ClassLoader)

[Obsolete("Deprecated in JVM")]
public Class LoadClass(String arg0, ClassLoader arg1)

Parameters

arg0 String

String

arg1 ClassLoader

ClassLoader

Returns

Class

Class

LoadDex(String, String, int)

[Obsolete("Deprecated in JVM")]
public static DexFile LoadDex(String arg0, String arg1, int arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 int

int

Returns

DexFile

DexFile

Exceptions

IOException