NETLink[] returns the MathLink LinkObject that is used to communicate with the .NET/Link .NET runtime.
NETObjectQ[expr] gives True if expr is a valid reference to a .NET object, and False otherwise.
NETType["name", n] represents a .NET type with the specified name.
RemoveEventHandler[obj@event, delegate] removes the specified delegate from the named event.
SameObjectQ[object_1, object_2] returns True if and only if the NETObject expressions object_1 and object_2 refer to the same .NET object.
TetGenCreate[] creates an instance of a TetGen expression.
TetGenDetectIntersectingFacets[points, facets] returns a list of points and intersecting facets.
$PrintShortErrorMessages specifies whether error messages from the web service operations will be shortened for the user to avoid long, intimidating error messages.
RemoteServicesAgents[] returns a list of URLs for Lightweight Grid managers discovered on the local network.RemoteServicesAgents["agent"] returns a list of agent URLs known ...
One of the most basic features of GUIKit is loading and executing an existing user interface application. This can be accomplished in one step in either a modal or modeless ...