Legacy Documentation
Mathematica 9 (2012)
This is documentation for Mathematica 9, which was
based on an earlier version of Wolfram Language.
View current documentation (Version 15.0)based on an earlier version of Wolfram Language.
NETLINK SYMBOL
KeepNETObject
KeepNETObject[object]
causes the specified object(s) not to be released when the current NETBlock ends.
KeepNETObject[object, Manual]
causes the specified object to escape from all enclosing NETBlock expressions, meaning that the object will only be released if you manually call ReleaseNETObject.