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

Package Functions

 MethodTableReader (int numberOfRows, int paramRefSize, int stringHeapRefSize, int blobHeapRefSize, MemoryBlock containingBlock, int containingBlockOffset)
 
int GetParamStart (int rowId)
 
BlobHandle GetSignature (MethodDefinitionHandle handle)
 
int GetRva (MethodDefinitionHandle handle)
 
StringHandle GetName (MethodDefinitionHandle handle)
 
MethodAttributes GetFlags (MethodDefinitionHandle handle)
 
MethodImplAttributes GetImplFlags (MethodDefinitionHandle handle)
 

Package Attributes

readonly int NumberOfRows
 
readonly int RowSize
 
readonly MemoryBlock Block
 

Private Attributes

readonly bool _IsParamRefSizeSmall
 
readonly bool _IsStringHeapRefSizeSmall
 
readonly bool _IsBlobHeapRefSizeSmall
 
readonly int _RvaOffset
 
readonly int _ImplFlagsOffset
 
readonly int _FlagsOffset
 
readonly int _NameOffset
 
readonly int _SignatureOffset
 
readonly int _ParamListOffset
 

Detailed Description

Definition at line 5 of file MethodTableReader.cs.


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