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

Public Member Functions

override bool Equals ([NotNullWhen(true)] object? obj)
 
bool Equals (Handle other)
 
override int GetHashCode ()
 
bool Equals (T? other)
 

Static Public Member Functions

static bool operator== (Handle left, Handle right)
 
static bool operator!= (Handle left, Handle right)
 

Static Public Attributes

static readonly ModuleDefinitionHandle ModuleDefinition = new ModuleDefinitionHandle(1)
 
static readonly AssemblyDefinitionHandle AssemblyDefinition = new AssemblyDefinitionHandle(1)
 

Package Functions

 Handle (byte vType, int value)
 

Static Package Functions

static Handle FromVToken (uint vToken)
 
static int Compare (Handle left, Handle right)
 

Properties

int RowId [get]
 
int Offset [get]
 
uint EntityHandleType [get]
 
uint Type [get]
 
uint EntityHandleValue [get]
 
uint SpecificEntityHandleValue [get]
 
byte VType [get]
 
bool IsVirtual [get]
 
bool IsHeapHandle [get]
 
HandleKind Kind [get]
 
bool IsNil [get]
 
bool IsEntityOrUserStringHandle [get]
 
int Token [get]
 

Private Attributes

readonly int _value
 
readonly byte _vType
 

Detailed Description

Definition at line 5 of file Handle.cs.


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