JSObjectReference(JSRuntime, Int64) Constructor

Definition

Initializes a new JSObjectReference instance.

protected public:
 JSObjectReference(Microsoft::JSInterop::JSRuntime ^ jsRuntime, long id);
protected internal JSObjectReference (Microsoft.JSInterop.JSRuntime jsRuntime, long id);
new Microsoft.JSInterop.Implementation.JSObjectReference : Microsoft.JSInterop.JSRuntime * int64 -> Microsoft.JSInterop.Implementation.JSObjectReference
Protected Friend Sub New (jsRuntime As JSRuntime, id As Long)

Parameters

jsRuntime
JSRuntime

The JSRuntime used for invoking JS interop calls.

id
Int64

The unique identifier.

Applies to