JuggerNET Runtime Library

Jvm Constructor 

Initializes a new instance represnting an already loaded JVM.

public Jvm(
   long pInstance
);

Parameters

pInstance
a pointer to the already laoded JVM. The pointed to object is intentionally left opaque. You should not specifically not assume that it is a JavaVM pointer.

See Also

Jvm Class | Codemesh.JuggerNET Namespace