Share via


InMemoryDexClassLoader Constructors

Definition

Overloads

InMemoryDexClassLoader(ByteBuffer, ClassLoader)
InMemoryDexClassLoader(ByteBuffer[], ClassLoader)
InMemoryDexClassLoader(ByteBuffer[], String, ClassLoader)

InMemoryDexClassLoader(ByteBuffer, ClassLoader)

[Android.Runtime.Register(".ctor", "(Ljava/nio/ByteBuffer;Ljava/lang/ClassLoader;)V", "", ApiSince=26)]
public InMemoryDexClassLoader (Java.Nio.ByteBuffer dexBuffer, Java.Lang.ClassLoader? parent);
[<Android.Runtime.Register(".ctor", "(Ljava/nio/ByteBuffer;Ljava/lang/ClassLoader;)V", "", ApiSince=26)>]
new Dalvik.SystemInterop.InMemoryDexClassLoader : Java.Nio.ByteBuffer * Java.Lang.ClassLoader -> Dalvik.SystemInterop.InMemoryDexClassLoader

Parameters

dexBuffer
ByteBuffer
parent
ClassLoader
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

InMemoryDexClassLoader(ByteBuffer[], ClassLoader)

[Android.Runtime.Register(".ctor", "([Ljava/nio/ByteBuffer;Ljava/lang/ClassLoader;)V", "", ApiSince=27)]
public InMemoryDexClassLoader (Java.Nio.ByteBuffer[] dexBuffers, Java.Lang.ClassLoader? parent);
[<Android.Runtime.Register(".ctor", "([Ljava/nio/ByteBuffer;Ljava/lang/ClassLoader;)V", "", ApiSince=27)>]
new Dalvik.SystemInterop.InMemoryDexClassLoader : Java.Nio.ByteBuffer[] * Java.Lang.ClassLoader -> Dalvik.SystemInterop.InMemoryDexClassLoader

Parameters

dexBuffers
ByteBuffer[]
parent
ClassLoader
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

InMemoryDexClassLoader(ByteBuffer[], String, ClassLoader)

[Android.Runtime.Register(".ctor", "([Ljava/nio/ByteBuffer;Ljava/lang/String;Ljava/lang/ClassLoader;)V", "", ApiSince=29)]
public InMemoryDexClassLoader (Java.Nio.ByteBuffer[] dexBuffers, string? librarySearchPath, Java.Lang.ClassLoader? parent);
[<Android.Runtime.Register(".ctor", "([Ljava/nio/ByteBuffer;Ljava/lang/String;Ljava/lang/ClassLoader;)V", "", ApiSince=29)>]
new Dalvik.SystemInterop.InMemoryDexClassLoader : Java.Nio.ByteBuffer[] * string * Java.Lang.ClassLoader -> Dalvik.SystemInterop.InMemoryDexClassLoader

Parameters

dexBuffers
ByteBuffer[]
librarySearchPath
String
parent
ClassLoader
Attributes

Applies to