[This is preliminary documentation and is subject to change.]
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Namespace: Tools.API.HooksAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| Visual Basic |
|---|
Public Sub Dispose |
| Visual C++ |
|---|
public:
virtual void Dispose() sealed |
| F# |
|---|
abstract Dispose : unit -> unit
override Dispose : unit -> unit |
| JScript |
|---|
public final function Dispose() |
Implements
IDisposable..::..Dispose()()()()
See Also