JSObject.IsDisposed Property

Definition

Gets a value that indicates whether the proxy was already disposed.

public:
 property bool IsDisposed { bool get(); };
public bool IsDisposed { get; }
member this.IsDisposed : bool
Public ReadOnly Property IsDisposed As Boolean

Property Value

true if the proxy was already disposed; otherwise, false.

Applies to