NETAssembly["name", n] represents a .NET assembly with the specified name.
NETType["name", n] represents a .NET type with the specified name.
ReinstallNET[] is a convenience function that calls UninstallNET[] and then InstallNET[].
RemoveEventHandler[obj@event, delegate] removes the specified delegate from the named event.
WrapInNETBlock is an option to AddEventHandler and NETNewDelegate that specifies whether or not the Mathematica callback function assigned to the delegate should be ...
TetGenGetPointMarkers[expr] returns the point markers in a TetGen expression.
TetGenSetPointMarkers[expr, markers] sets the point markers in a TetGen expression.
The functional and list-oriented characteristics of the core Mathematica language allow CUDALink to provide immediate built-in data parallelism, automatically distributing ...
Interface definitions can be defined using either a Mathematica expression or an XML definition. For many usages the Mathematica syntax is preferred. However, in cases where ...
Introduction Developing GUIs Advanced Topics