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

Public Member Functions

AssemblyName GetAssemblyName ()
 
CustomAttributeHandleCollection GetCustomAttributes ()
 

Package Functions

 AssemblyReference (MetadataReader reader, uint treatmentAndRowId)
 

Properties

int RowId [get]
 
bool IsVirtual [get]
 
Version Version [get]
 
AssemblyFlags Flags [get]
 
StringHandle Name [get]
 
StringHandle Culture [get]
 
BlobHandle PublicKeyOrToken [get]
 
BlobHandle HashValue [get]
 

Private Member Functions

Version GetVirtualVersion ()
 
AssemblyFlags GetVirtualFlags ()
 
StringHandle GetVirtualName ()
 
StringHandle.VirtualIndex GetVirtualNameIndex (AssemblyReferenceHandle.VirtualIndex index)
 
StringHandle GetVirtualCulture ()
 
BlobHandle GetVirtualPublicKeyOrToken ()
 
BlobHandle GetVirtualHashValue ()
 
CustomAttributeHandleCollection GetVirtualCustomAttributes ()
 

Private Attributes

readonly MetadataReader _reader
 
readonly uint _treatmentAndRowId
 

Static Private Attributes

static readonly Version s_version_4_0_0_0 = new Version(4, 0, 0, 0)
 

Detailed Description

Definition at line 3 of file AssemblyReference.cs.


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