Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
MethodImplTableReader (int numberOfRows, bool declaredSorted, int typeDefTableRowRefSize, int methodDefOrRefRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
TypeDefinitionHandle | GetClass (MethodImplementationHandle handle) |
EntityHandle | GetMethodBody (MethodImplementationHandle handle) |
EntityHandle | GetMethodDeclaration (MethodImplementationHandle handle) |
void | GetMethodImplRange (TypeDefinitionHandle typeDef, out int firstImplRowId, out int lastImplRowId) |
Package Attributes | |
readonly int | NumberOfRows |
readonly int | RowSize |
readonly MemoryBlock | Block |
Private Member Functions | |
bool | CheckSorted () |
Private Attributes | |
readonly bool | _IsTypeDefTableRowRefSizeSmall |
readonly bool | _IsMethodDefOrRefRefSizeSmall |
readonly int | _ClassOffset |
readonly int | _MethodBodyOffset |
readonly int | _MethodDeclarationOffset |
Definition at line 5 of file MethodImplTableReader.cs.