JSInvalidThreadAccessException.CurrentScope property
Gets the scope associated with the current thread (Current
) when the exception was thrown, or null if there was no scope for the thread.
C#
public JSValueScope? CurrentScope { get; }
See Also
- class JSValueScope
- class JSInvalidThreadAccessException
- namespace Microsoft.JavaScript.NodeApi