NETAssembly["name", n] represents a .NET assembly with the specified name.
NETLink[] returns the MathLink LinkObject that is used to communicate with the .NET/Link .NET runtime.
NETType["name", n] represents a .NET type with the specified name.
ReferencedAssemblies is an option to DefineDLLFunction that specifies assemblies needed to compile your function declaration.
WrapInNETBlock is an option to AddEventHandler and NETNewDelegate that specifies whether or not the Mathematica callback function assigned to the delegate should be ...
TetGenDetectIntersectingFacets[points, facets] returns a list of points and intersecting facets.
Recall that connections to remote kernels, as opened by LaunchKernels, are represented as kernel objects. See the chapter Connection Methods for details. The commands in this ...
NDSolve is broken up into several basic steps. For advanced usage, it can sometimes be advantageous to access components to carry out each of these steps separately. NDSolve ...
When you load an interface with GUIRun or GUIRunModal, the widget definitions are turned into runtime widgets and the graphical user interface is immediately displayed on the ...
Widgets created within a user interface definition can be named and registered in an object registry for easy lookup reference by script code and other widgets. Complete ...