2331 - 2340 of 3808 for FirstSearch Results
View search results from all Wolfram sites (8108 matches)
CastNETObject   (NETLink Symbol)
CastNETObject[obj, type] casts the specified object to a different type.
DefineNETDelegate   (NETLink Symbol)
DefineNETDelegate[name, rtype, ptypes] creates a new .NET delegate type with the given name name, return type rtype, and parameter types ptypes.
DoNETModal   (NETLink Symbol)
DoNETModal[form] displays the specified .NET form in the foreground and does not return until the form window is closed.DoNETModal[form, expr] evaluates expr just before the ...
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.
ReleaseNETObject   (NETLink Symbol)
ReleaseNETObject[obj] tells the .NET memory-management system to forget any references to the specified NETObject that are being maintained solely for the sake of Mathematica.
ShowNETWindow   (NETLink Symbol)
ShowNETWindow[form] displays the specified .NET form in the foreground.
UninstallNET   (NETLink Symbol)
UninstallNET[] shuts down the .NET runtime that was started by InstallNET.
1 ... 231|232|233|234|235|236|237 ... 381 Previous Next

...