JSReference.IsDisposed property
Gets a value indicating whether the reference has been disposed.
C#
public bool IsDisposed { get; }
Remarks
Note that a weakly-referenced JS value may have been released without the JS reference itself being disposed. Call GetValue
to check if the referenced value is still available.
See Also
- class JSReference
- namespace Microsoft.JavaScript.NodeApi