JSInProcessObjectReference(JSInProcessRuntime, Int64) Costruttore

Definizione

Inizializza una nuova istanza di JSInProcessObjectReference.

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)

Parametri

jsRuntime
JSInProcessRuntime

Oggetto JSInProcessRuntime utilizzato per richiamare le chiamate di interoperabilità JS.

id
Int64

Identificatore univoco.

Si applica a