LoadedNETObjects[] returns a list of all the .NET objects that have been loaded into the current session.
LoadedNETTypes[] returns a list of all the .NET types that have been loaded into the current session.
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 ...