MetadataTokens.Handle 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Handle(Int32) |
从标记值创建句柄。 |
Handle(TableIndex, Int32) |
从标记值创建 EntityHandle。 |
Handle(Int32)
- Source:
- MetadataTokens.cs
- Source:
- MetadataTokens.cs
- Source:
- MetadataTokens.cs
- Source:
- MetadataTokens.cs
从标记值创建句柄。
public:
static System::Reflection::Metadata::Handle Handle(int token);
public static System.Reflection.Metadata.Handle Handle (int token);
static member Handle : int -> System.Reflection.Metadata.Handle
Public Function Handle (token As Integer) As Handle
参数
- token
- Int32
返回
例外
token
不是有效的元数据令牌。
它必须对元数据表实体或 UserString 堆中的偏移量进行编码。
适用于
Handle(TableIndex, Int32)
- Source:
- MetadataTokens.cs
- Source:
- MetadataTokens.cs
- Source:
- MetadataTokens.cs
- Source:
- MetadataTokens.cs
从标记值创建 EntityHandle。
public:
static System::Reflection::Metadata::EntityHandle Handle(System::Reflection::Metadata::Ecma335::TableIndex tableIndex, int rowNumber);
public static System.Reflection.Metadata.EntityHandle Handle (System.Reflection.Metadata.Ecma335.TableIndex tableIndex, int rowNumber);
static member Handle : System.Reflection.Metadata.Ecma335.TableIndex * int -> System.Reflection.Metadata.EntityHandle
Public Function Handle (tableIndex As TableIndex, rowNumber As Integer) As EntityHandle
参数
- tableIndex
- TableIndex
- rowNumber
- Int32
返回
例外
tableIndex
不是有效的表索引。