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

Package Functions

 AssemblyTableReader (int numberOfRows, int stringHeapRefSize, int blobHeapRefSize, MemoryBlock containingBlock, int containingBlockOffset)
 
AssemblyHashAlgorithm GetHashAlgorithm ()
 
Version GetVersion ()
 
AssemblyFlags GetFlags ()
 
BlobHandle GetPublicKey ()
 
StringHandle GetName ()
 
StringHandle GetCulture ()
 

Package Attributes

readonly int NumberOfRows
 
readonly int RowSize
 
readonly MemoryBlock Block
 

Private Attributes

readonly bool _IsStringHeapRefSizeSmall
 
readonly bool _IsBlobHeapRefSizeSmall
 
readonly int _HashAlgIdOffset
 
readonly int _MajorVersionOffset
 
readonly int _MinorVersionOffset
 
readonly int _BuildNumberOffset
 
readonly int _RevisionNumberOffset
 
readonly int _FlagsOffset
 
readonly int _PublicKeyOffset
 
readonly int _NameOffset
 
readonly int _CultureOffset
 

Detailed Description

Definition at line 5 of file AssemblyTableReader.cs.


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