[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Ruft einen Wert ab, der angibt, ob das Objekt freigegeben wurde.

Namespace: DynamicNode.Ext.Remoting
Assembly: DNExtRemoting (in DNExtRemoting.dll) Version: 1.0.4679.19834 (1.0.0.0)

Syntax

C#
public bool IsDisposed { get; }
Visual Basic
Public ReadOnly Property IsDisposed As Boolean
	Get
F#
abstract IsDisposed : bool
override IsDisposed : bool

Field Value

true, wenn das Objekt freigegeben wurde, andernfalls false.

Implements

IRemotePort..::..IsDisposed

See Also