Share via


JSInProcessObjectReference(JSInProcessRuntime, Int64) Constructeur

Définition

Initialise une nouvelle instance de 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)

Paramètres

jsRuntime
JSInProcessRuntime

JSInProcessRuntime utilisé pour appeler des appels d’interopérabilité JS.

id
Int64

Identificateur unique.

S’applique à