DOCUMENTATION CENTER SEARCH
NETLink
Symbol
.NET/Link User Guide
Reference Counts and Memory Management in .NET/Link User Guide
Tutorials »
|
NETBlock
BeginNETBlock
EndNETBlock
LoadedNETObjects
See Also »
ReleaseNETObject
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
.
MORE INFORMATION
To use
ReleaseNETObject
, you first need to load
.NET/Link
using
Needs
["NETLink`"]
.
The
NETObject
in
Mathematica
is no longer valid after the call.
Call
ReleaseNETObject
when you are completely finished with an object in
Mathematica
and want to allow it to be garbage-collected in .NET.
SEE ALSO
NETBlock
BeginNETBlock
EndNETBlock
LoadedNETObjects
TUTORIALS
.NET/Link
User Guide
Reference Counts and Memory Management in .
NET/Link
User Guide
© 2008 Wolfram Research, Inc.