JSInvalidThreadAccessException.TargetScope property
Gets the scope of the value (Scope
) that was being accessed when the exception was thrown, or null if a static operation was attempted.
C#
public JSValueScope? TargetScope { get; }
See Also
- class JSValueScope
- class JSInvalidThreadAccessException
- namespace Microsoft.JavaScript.NodeApi