JSLocalField(String, RuntimeTypeHandle, Int32) 构造函数

定义

使用指定的名称、句柄和槽编号初始化 JSLocalField 类的新实例。Initializes a new instance of the JSLocalField class, using the specified name, handle, and slot number.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 JSLocalField(System::String ^ name, RuntimeTypeHandle handle, int slotNumber);
public JSLocalField (string name, RuntimeTypeHandle handle, int slotNumber);
new Microsoft.JScript.JSLocalField : string * RuntimeTypeHandle * int -> Microsoft.JScript.JSLocalField
Public Sub New (name As String, handle As RuntimeTypeHandle, slotNumber As Integer)

参数

name
String

此字段的名称。The name of this field.

handle
RuntimeTypeHandle

此字段的内部元数据表示形式的句柄。A handle to the internal metadata representation of this field.

slotNumber
Int32

变量的槽编号。The slot number of the variable.

适用于

另请参阅