GetTypeObject[type _NETType] returns the .NET Type object corresponding to the specified NETType expression.
NETAssembly["name", n] represents a .NET assembly with the specified name.
SaveAssemblyAs is an option to LoadCOMTypeLibrary that allows you to specify a filename into which to write the interop assembly that gets generated.
WrapInNETBlock is an option to AddEventHandler and NETNewDelegate that specifies whether or not the Mathematica callback function assigned to the delegate should be ...
TetGenCreate[] creates an instance of a TetGen expression.
TetGenExpression[id] represents an instance of a TetGen object.
Cell
(Built-in Mathematica Symbol) Cell[contents] is the low-level representation of a cell inside a Mathematica notebook. Cell[contents, " style"] represents a cell in the specified style.
FixedPoint[f, expr] starts with expr, then applies f repeatedly until the result no longer changes.
Connecting to a subsidiary program via MathLink. This starts a subsidiary Mathematica process on the computer system used here. Here is a packet representing the first input ...
SQLDelete deletes data from a database. An alternative, using raw SQL, is described in "Deleting Data with Raw SQL". If you find that the examples in this tutorial do not ...