Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Metadata.Ecma335.MethodImplTableReader Struct Reference

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
 

Detailed Description

Definition at line 5 of file MethodImplTableReader.cs.


The documentation for this struct was generated from the following file: