JSValueScope.Current property
Gets the current JS value scope.
C#
public static JSValueScope Current { get; }Exceptions
| exception | condition |
|---|---|
| JSInvalidThreadAccessException | No scope was established for the current thread. |
See Also
- class JSValueScope
- namespace Microsoft.JavaScript.NodeApi