JSInProcessObjectReference(JSInProcessRuntime, Int64) コンストラクター

定義

新しい 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)

パラメーター

jsRuntime
JSInProcessRuntime

JSInProcessRuntime JS 相互運用呼び出しの呼び出しに使用される 。

id
Int64

一意識別子です。

適用対象