Gets a value indicating whether this instance is disposed.

Namespace: Cudafy.Host
Assembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172

Syntax

C#
public bool IsDisposed { get; }
Visual Basic
Public ReadOnly Property IsDisposed As Boolean
	Get
Visual C++
public:
property bool IsDisposed {
	bool get ();
}

Field Value

true if this instance is disposed; otherwise, false.

See Also