Skip to content

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

Released under the MIT license