JuggerNET Runtime Library

Jvm.Detach Method

Detaches the current thread from the JVM.

Overload List

Detaches the current thread from the JVM.

public void Detach();

Detaches the current thread from the JVM. This method is not exposed to COM to prevent overloading issues.

public void Detach(long);

See Also

Jvm Class | Codemesh.JuggerNET Namespace