JavaClassPath[] returns the class search path in use by the Java runtime. This includes classes specified via the CLASSPATH environment variable (if any), directories and ...
JavaObjectToExpression[javaobject] converts the specified Java object reference into its value as a "native" Mathematica expression.
JavaThrow["exception"] causes an exception of the specified class to be thrown in the Java thread that called the Mathematica program in which JavaThrow occurred. ...
Methods[javaclass] returns a list of the Java declarations for all methods of the specified JavaClass. Methods["classname"] lists the methods for the named class. ...
ShowJavaConsole[] displays the Java console window and begins capturing output sent to the Java System.out and System.err streams. ShowJavaConsole["stdout"] captures only ...
CastNETObject[obj, type] casts the specified object to a different type.
DoNETModeless[form] displays the specified .NET form in the foreground and then returns.
InstanceOf[netobject, nettype] gives True if netobject is an instance of the type nettype, or a subtype, and False otherwise.
MarshalStringsAs is an option to DefineDLLFunction that specifies how string arguments should be marshaled into the DLL function. This applies to any arguments that are ...
NETNewDelegate[type, func] creates a new instance of the specified .NET delegate type whose action is to call the named Mathematica function when triggered.