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

Gets value idicationg if object was disposed

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

Syntax

C#
[BrowsableAttribute(false)]
public bool Disposed { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property Disposed As Boolean
	Get
Visual C++
[BrowsableAttribute(false)]
public:
property bool Disposed {
	bool get ();
}
F#
[<BrowsableAttribute(false)>]
member Disposed : bool
JScript
function get Disposed () : boolean

Remarks

If object was disposed it is not valid to perform actions on it

See Also