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

Public Member Functions

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

Static Public Member Functions

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

Static Public Attributes

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

Package Functions

 EntityHandle (uint vToken)
 

Static Package Functions

static int Compare (EntityHandle left, EntityHandle right)
 

Properties

uint Type [get]
 
uint VType [get]
 
bool IsVirtual [get]
 
bool IsNil [get]
 
int RowId [get]
 
uint SpecificHandleValue [get]
 
HandleKind Kind [get]
 
int Token [get]
 

Private Attributes

readonly uint _vToken
 

Detailed Description

Definition at line 5 of file EntityHandle.cs.


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