terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.RuntimeTypeHandle Struct Reference
+ Inheritance diagram for System.RuntimeTypeHandle:

Public Member Functions

void GetObjectData (SerializationInfo info, StreamingContext context)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Package Functions

 RuntimeTypeHandle (IntPtr val)
 
 RuntimeTypeHandle (RuntimeType type)
 

Static Package Functions

static TypeAttributes GetAttributes (RuntimeType type)
 
static int GetToken (RuntimeType type)
 
static Type GetGenericTypeDefinition (RuntimeType type)
 
static bool IsPrimitive (RuntimeType type)
 
static bool IsByRef (RuntimeType type)
 
static bool IsPointer (RuntimeType type)
 
static bool IsArray (RuntimeType type)
 
static bool IsSzArray (RuntimeType type)
 
static bool HasElementType (RuntimeType type)
 
static CorElementType GetCorElementType (RuntimeType type)
 
static bool HasInstantiation (RuntimeType type)
 
static bool IsComObject (RuntimeType type)
 
static bool IsInstanceOfType (RuntimeType type, object o)
 
static bool HasReferences (RuntimeType type)
 
static bool IsComObject (RuntimeType type, bool isGenericCOM)
 
static bool IsContextful (RuntimeType type)
 
static bool IsEquivalentTo (RuntimeType rtType1, RuntimeType rtType2)
 
static bool IsInterface (RuntimeType type)
 
static int GetArrayRank (RuntimeType type)
 
static RuntimeAssembly GetAssembly (RuntimeType type)
 
static RuntimeType GetElementType (RuntimeType type)
 
static RuntimeModule GetModule (RuntimeType type)
 
static bool IsGenericVariable (RuntimeType type)
 
static RuntimeType GetBaseType (RuntimeType type)
 
static bool CanCastTo (RuntimeType type, RuntimeType target)
 
static bool IsGenericTypeDefinition (RuntimeType type)
 
static IntPtr GetGenericParameterInfo (RuntimeType type)
 
static bool IsSubclassOf (RuntimeType childType, RuntimeType baseType)
 
static bool is_subclass_of (IntPtr childType, IntPtr baseType)
 
static RuntimeType GetTypeByName (string typeName, bool throwOnError, bool ignoreCase, bool reflectionOnly, StackCrawlMark stackMark, bool loadTypeFromPartialName)
 

Properties

IntPtr Value [get]
 

Private Member Functions

 RuntimeTypeHandle (SerializationInfo info, StreamingContext context)
 

Static Private Member Functions

static int GetMetadataToken (RuntimeType type)
 
static Type GetGenericTypeDefinition_impl (RuntimeType type)
 
static bool type_is_assignable_from (Type a, Type b)
 
static RuntimeType internal_from_name (string name, StackCrawlMark stackMark, Assembly callerAssembly, bool throwOnError, bool ignoreCase, bool reflectionOnly)
 

Private Attributes

IntPtr value
 

Detailed Description

Definition at line 14 of file RuntimeTypeHandle.cs.


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