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

Package Functions

 MethodSemanticsTableReader (int numberOfRows, bool declaredSorted, int methodTableRowRefSize, int hasSemanticRefSize, MemoryBlock containingBlock, int containingBlockOffset)
 
MethodDefinitionHandle GetMethod (int rowId)
 
MethodSemanticsAttributes GetSemantics (int rowId)
 
EntityHandle GetAssociation (int rowId)
 
int FindSemanticMethodsForEvent (EventDefinitionHandle eventDef, out ushort methodCount)
 
int FindSemanticMethodsForProperty (PropertyDefinitionHandle propertyDef, out ushort methodCount)
 

Package Attributes

readonly int NumberOfRows
 
readonly int RowSize
 
readonly MemoryBlock Block
 

Private Member Functions

int BinarySearchTag (uint searchCodedTag, ref ushort methodCount)
 
bool CheckSorted ()
 

Private Attributes

readonly bool _IsMethodTableRowRefSizeSmall
 
readonly bool _IsHasSemanticRefSizeSmall
 
readonly int _SemanticsFlagOffset
 
readonly int _MethodOffset
 
readonly int _AssociationOffset
 

Detailed Description

Definition at line 5 of file MethodSemanticsTableReader.cs.


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