SnapDB Library
C#
VB
C++
JavaScript
Show/Hide TOC
Memory
Release Method
Releases the allocated memory back to the OS. Same thing as calling Dispose().
Definition
Namespace:
SnapDB.IO.Unmanaged
Assembly:
SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
C#
Copy
View Source
Request Example
public
void
Release
()
VB
Copy
View Source
Request Example
Public
Sub
Release
C++
Copy
View Source
Request Example
public
:
void
Release
()
JavaScript
Copy
View Source
Request Example
function
Release
();
See Also
Reference
Memory Class
SnapDB.IO.Unmanaged Namespace
In This Article
Definition
See Also