Share via


MetadataTokens.EntityHandle Methode

Definition

Überlädt

EntityHandle(Int32)

Erstellt aus einem Tokenwert ein Entitätshandle.

EntityHandle(TableIndex, Int32)

Erstellt aus einem Tokenwert ein EntityHandle.

EntityHandle(Int32)

Quelle:
MetadataTokens.cs
Quelle:
MetadataTokens.cs
Quelle:
MetadataTokens.cs

Erstellt aus einem Tokenwert ein Entitätshandle.

public:
 static System::Reflection::Metadata::EntityHandle EntityHandle(int token);
public static System.Reflection.Metadata.EntityHandle EntityHandle (int token);
static member EntityHandle : int -> System.Reflection.Metadata.EntityHandle
Public Function EntityHandle (token As Integer) As EntityHandle

Parameter

token
Int32

Gibt zurück

Ausnahmen

token ist kein gültiges Metadatenentitätstoken.

Gilt für:

EntityHandle(TableIndex, Int32)

Quelle:
MetadataTokens.cs
Quelle:
MetadataTokens.cs
Quelle:
MetadataTokens.cs

Erstellt aus einem Tokenwert ein EntityHandle.

public:
 static System::Reflection::Metadata::EntityHandle EntityHandle(System::Reflection::Metadata::Ecma335::TableIndex tableIndex, int rowNumber);
public static System.Reflection.Metadata.EntityHandle EntityHandle (System.Reflection.Metadata.Ecma335.TableIndex tableIndex, int rowNumber);
static member EntityHandle : System.Reflection.Metadata.Ecma335.TableIndex * int -> System.Reflection.Metadata.EntityHandle
Public Function EntityHandle (tableIndex As TableIndex, rowNumber As Integer) As EntityHandle

Parameter

tableIndex
TableIndex
rowNumber
Int32

Gibt zurück

Ausnahmen

tableIndex ist kein gültiger Tabellenindex.

Gilt für: