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.
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.
LoadedNETTypes[] returns a list of all the .NET types that have been loaded into the current session.
StaticsVisible is an option to LoadNETType that specifies whether the class-specific context in which static method and field definitions are created should be placed on ...