C# Class IKVM.Runtime.JavaVM

ファイルを表示 Open project: samskivert/ikvm-monotouch Class Usage Examples

Private Methods

Method Description
AttachCurrentThread ( JavaVM pJVM, void penv, void args ) : Int32
AttachCurrentThreadAsDaemon ( JavaVM pJVM, void penv, void args ) : Int32
AttachCurrentThreadImpl ( JavaVM pJVM, void penv, JavaVMAttachArgs pAttachArgs, bool asDaemon ) : Int32
DestroyJavaVM ( JavaVM pJVM ) : Int32
DetachCurrentThread ( JavaVM pJVM ) : Int32
GetEnv ( JavaVM pJVM, void penv, Int32 version ) : Int32
JavaVM ( ) : System