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

Public Member Functions

override bool Equals (object? obj)
 
bool Equals (AssemblyReferenceHandle other)
 
override int GetHashCode ()
 
bool Equals (T? other)
 

Static Public Member Functions

static implicit operator Handle (AssemblyReferenceHandle handle)
 
static implicit operator EntityHandle (AssemblyReferenceHandle handle)
 
static operator AssemblyReferenceHandle (Handle handle)
 
static operator AssemblyReferenceHandle (EntityHandle handle)
 
static bool operator== (AssemblyReferenceHandle left, AssemblyReferenceHandle right)
 
static bool operator!= (AssemblyReferenceHandle left, AssemblyReferenceHandle right)
 

Package Types

enum  VirtualIndex {
  System_Runtime , System_Runtime_InteropServices_WindowsRuntime , System_ObjectModel , System_Runtime_WindowsRuntime ,
  System_Runtime_WindowsRuntime_UI_Xaml , System_Numerics_Vectors , Count
}
 

Static Package Functions

static AssemblyReferenceHandle FromRowId (int rowId)
 
static AssemblyReferenceHandle FromVirtualIndex (VirtualIndex virtualIndex)
 

Properties

uint Value [get]
 
uint VToken [get]
 
bool IsNil [get]
 
bool IsVirtual [get]
 
int RowId [get]
 

Private Member Functions

 AssemblyReferenceHandle (uint value)
 

Private Attributes

readonly uint _value
 

Detailed Description

Definition at line 3 of file AssemblyReferenceHandle.cs.


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