Share via


JSObjectReference(JSRuntime, Int64) 构造函数

定义

初始化一个新 JSObjectReference 实例。

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)

参数

jsRuntime
JSRuntime

JSRuntime用于调用 JS 互操作调用的 。

id
Int64

唯一标识符。

适用于