MethodRefTableEntry (CLR_RECORD_METHODREF)
The MethodRef table contains entries with the following structure
| Name | Type | Description |
|---|---|---|
| Name | StringTableIndex | Index into string table for the name of the method |
| Container | TypeRefTableIndex | Index into TypeRef table for the type containing the method |
| Sig | SignatureTableIndex | Index into signature table for signature of the method |