ReleaseJavaObject[javaobject] tells the Java memory-management system to forget about any references to the specified JavaObject that are being maintained solely for the sake ...
RemovePeriodical[id] removes the computation corresponding to the integer id from the set of operations that are periodically performed automatically.
int MTensor_clone (MTensor f, MTensor *t) is a library callback function that puts a clone of f into *t.
int MTensor_new (mint type, mint rank, mint const*dims, MTensor*pres) is a library callback function that creates a new MTensor.
LibraryVersionString[lib] returns a string of library version information.
BeginNETBlock[] and EndNETBlock[] are equivalent to the NETBlock function, except that they work across a larger span than the evaluation of a single expression.
EndNETBlock[] and a preceding BeginNETBlock are equivalent to the NETBlock function, except that they work across a larger span than the evaluation of a single expression.
GetComplexType[] returns the .NET type that is currently mapped to Mathematica Complex numbers.
LoadedNETAssemblies[] returns a list of all the .NET assemblies that have been loaded into the current session.
LoadedNETObjects[] returns a list of all the .NET objects that have been loaded into the current session.