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.
$PrintShortErrorMessages specifies whether error messages from the web service operations will be shortened for the user to avoid long, intimidating error messages.
Widget["ColorChooser"] provides a panel for making a color selection from various color model interfaces.
This example shows how to design a user interface from multiple definition files by loading each one with relative path references. See the code definition file ...
This example shows how to build industry-standard wizard dialogs using GUIKit's powerful built-in wizard widgets.