Méthode |
Description |
|
BindJvm ( RegistryRecord record, JNIEnv env ) : void |
|
|
BindJvm ( RegistryRecord record, JNIEnv env, java classLoader ) : void |
|
|
GetCLRRecord ( Type iface ) : RegistryRecord |
|
|
GetClrWrapperAttribute ( Type type ) : ClrWrapperAttribute |
|
|
GetConstructor ( Type proxy ) : IConstructionHelper |
|
|
GetJVMConstructor ( JNIEnv env, Class proxy ) : MethodId |
|
|
GetJVMRecord ( Class iface ) : RegistryRecord |
|
|
GetJavaClassAttribute ( Type type ) : JavaClassAttribute |
|
|
GetJavaProxyAttribute ( Type type ) : JavaProxyAttribute |
|
|
GetPackageName ( string package, bool jvm ) : string |
|
|
GetProxyInitializer ( Type proxyType ) : MethodInfo |
|
|
GetProxyName ( string package, string name, bool jvm ) : string |
|
|
GetStaticName ( string package, string name, bool jvm ) : string |
|
|
GetWrapperInitializer ( Type wrapperType, string name ) : MethodInfo |
|
|
IsCLR ( Class iface, JniHandle obj, JNIEnv env ) : Type |
|
|
JavaSignature ( Class clazz ) : string |
|
|
LoadClass ( string name, JNIEnv env, ClassLoader classLoader ) : Class |
|
|
RegisterClass ( RegistryRecord record, JNIEnv env, java classLoader ) : void |
|
|
RegisterClassProxy ( Type proxyType, RegistryRecord &record ) : void |
|
|
RegisterClassToMap ( RegistryRecord record ) : void |
|
|
RegisterInterfaceProxy ( Type proxyType, RegistryRecord &record ) : void |
|
|
RegisterNative ( MethodInfo initializer, JNIEnv env, Class jvmProxy, Class jvmInterface ) : void |
|
|
RegisterPrimitiveType ( string clazzName, Type type, Type jvmBoxed ) : void |
|
|
RegisterProxy ( Type proxyType, Type interfaceType, RegistryRecord &record ) : void |
|
|
RegisterStaticAndMethods ( RegistryRecord record, JNIEnv env ) : void |
|
|
RegisterType ( Type type, bool bindJVM, JNIEnv env, java classLoader ) : void |
|
|
RegisterTypeOf ( RegistryRecord record, JNIEnv env ) : void |
|
|
RegisterWrapper ( Type wrapperType, RegistryRecord &record ) : void |
|
|
Registry ( ) : System |
|
|
ResolveNew ( Class clazz ) : RegistryRecord |
|
|
ResolveNew ( Type type ) : RegistryRecord |
|
|
UnregisterNative ( ) : void |
|
|