ReleaseNETObject[obj] tells the .NET memory-management system to forget any references to the specified NETObject that are being maintained solely for the sake of Mathematica.
SendDelegateArguments is an option to AddEventHandler and NETNewDelegate that specifies which of the delegate arguments you want to be passed to your Mathematica callback ...
ReturnAsJavaObject[expr] causes a Java method call or field access during the evaluation of expr to return its result as an object reference (a JavaObject expression), not a ...
ReturnAsNETObject[expr] causes a .NET call during the evaluation of expr to return its result as an object reference (i.e., a NETObject expression), not a value.
The CCompilerDriver package lets you work with C compilers that are installed on your computer. It is used automatically by the Mathematica compiler when you set the option ...
As discussed in "The Structure of Graphics and Sound", Mathematica includes a full graphics programming language. In this language, you can set up many different kinds of ...
$LibraryError returns the system-dependent error message from loading a library, or None if there was no error.
CCodeGenerate[cfun, name, opts] generates C code from the compiled function cfun using the name as the exported function name, and saves in the file ...
HamiltonianCycles[g, n] gives a list of n Hamiltonian cycles.HamiltonianCycles[g] gives a list of one Hamiltonian cycle.
Widget["Table"] represents a table.