[This is preliminary documentation and is subject to change.]

Implements Dispose()()()()

Namespace: Tools.API.Hooks
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected virtual void Dispose(
	bool disposing
)
Visual Basic
Protected Overridable Sub Dispose ( _
	disposing As Boolean _
)
Visual C++
protected:
virtual void Dispose(
	bool disposing
)
F#
abstract Dispose : 
        disposing:bool -> unit 
override Dispose : 
        disposing:bool -> unit 
JScript
protected function Dispose(
	disposing : boolean
)

Parameters

disposing
Type: System..::..Boolean
True to free managed state

Remarks

Note for inheritoers: ALways call base class method to didpose its state and raise the Disposed event

See Also