This repository was archived by the owner on Jun 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 222
TypeRefTableEntry
Steve Maillet edited this page Jun 5, 2016
·
1 revision
#####(CLR_RECORD_TYPEREF) The TypeRef Table consists of the following columns:
Name | Type | Description |
---|---|---|
Name | StringTableIndex | Index into the string table for the name of the type |
Namespace | StringTableIndex | Index into the string table for the namespace |
Scope | TypeRefOrAssemblyRef | Binary token for either the TypeRef table or the AssemblyRef table |
{padding} | uint16_t | Unused padding (Must be 0) |