JSInProcessObjectReference(JSInProcessRuntime, Int64) Constructor

Definition

Initializes a new JSInProcessObjectReference instance.

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

Parameters

jsRuntime
JSInProcessRuntime

The JSInProcessRuntime used for invoking JS interop calls.

id
Int64

The unique identifier.

Applies to