Attaches the current thread to the JVM. This method is not exposed to COM to prevent overloading issues.
Attaches the current thread to the JVM. This method is not exposed to COM to prevent overloading issues.
long Attach();
Attaches the current thread to the JVM and adds it to the specified threadgroup. This method is not exposed to COM to prevent overloading issues.
long Attach(JavaProxy);
Attaches the current thread to the JVM and adds it to the specified threadgroup with the specified threadname. This method is not exposed to COM to prevent overloading issues.
long Attach(JavaProxy,string);
Attaches the current thread to the JVM and adds it to the specified threadgroup with the specified threadname and possibly as a daemon thread.
long Attach(JavaProxy,string,bool);
Attaches an already created Java thread to the runtime. This method is not exposed to COM to prevent overloading issues.
long Attach(long);
IJvm Interface | Codemesh.JuggerNET Namespace