JniType.DefineClass(String, JniObjectReference, Byte[]) Method

Definition

public static Java.Interop.JniType? DefineClass (string name, Java.Interop.JniObjectReference loader, byte[] classFileData);
static member DefineClass : string * Java.Interop.JniObjectReference * byte[] -> Java.Interop.JniType

Parameters

name
String
classFileData
Byte[]

Returns

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