1861 - 1870 of 2933 for NeedsSearch Results
View search results from all Wolfram sites (14037 matches)
JavaClassPath   (JLink Symbol)
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   (JLink Symbol)
JavaObjectToExpression[javaobject] converts the specified Java object reference into its value as a "native" Mathematica expression.
JavaThrow   (JLink Symbol)
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   (JLink Symbol)
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   (JLink Symbol)
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   (NETLink Symbol)
CastNETObject[obj, type] casts the specified object to a different type.
DoNETModeless   (NETLink Symbol)
DoNETModeless[form] displays the specified .NET form in the foreground and then returns.
InstanceOf   (NETLink Symbol)
InstanceOf[netobject, nettype] gives True if netobject is an instance of the type nettype, or a subtype, and False otherwise.
MarshalStringsAs   (NETLink Symbol)
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   (NETLink Symbol)
NETNewDelegate[type, func] creates a new instance of the specified .NET delegate type whose action is to call the named Mathematica function when triggered.
1 ... 184|185|186|187|188|189|190 ... 294 Previous Next

...