Język

JSLocalField(String, RuntimeTypeHandle, Int32) Konstruktor

Definicja

Inicjuje JSLocalField nowe wystąpienie klasy przy użyciu określonej nazwy, uchwytu i numeru miejsca.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

name
String

Nazwa tego pola.

handle
RuntimeTypeHandle

Uchwyt do wewnętrznej reprezentacji metadanych tego pola.

slotNumber
Int32

Numer gniazda zmiennej.

Dotyczy

Zobacz też