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.Reflection.RuntimeModule Class Reference
+ Inheritance diagram for System.Reflection.RuntimeModule:

Public Member Functions

override bool IsResource ()
 
override object[] GetCustomAttributes (bool inherit)
 
override object[] GetCustomAttributes (Type attributeType, bool inherit)
 
override bool IsDefined (Type attributeType, bool inherit)
 
override void GetObjectData (SerializationInfo info, StreamingContext context)
 
 RuntimeModule ()
 
override bool Equals (object o)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static bool operator== (Module left, Module right)
 

Static Public Attributes

static readonly TypeFilter FilterTypeName
 
static readonly TypeFilter FilterTypeNameIgnoreCase
 

Package Functions

RuntimeAssembly GetRuntimeAssembly ()
 
override Guid GetModuleVersionId ()
 

Package Attributes

IntPtr _impl
 
Assembly assembly
 
string fqname
 
string name
 
string scopename
 
bool is_resource
 
int token
 

Properties

override Assembly Assembly [get]
 
override string ScopeName [get]
 
override Guid ModuleVersionId [get]
 
override string FullyQualifiedName [get]
 

Static Private Member Functions

static void GetGuidInternal (IntPtr module, byte[] guid)
 
static bool FilterTypeNameImpl (Type cls, object filterCriteria)
 
static bool FilterTypeNameIgnoreCaseImpl (Type cls, object filterCriteria)
 

Static Private Attributes

const BindingFlags DefaultLookup = BindingFlags.Instance | BindingFlags.Static | BindingFlags.Public
 

Detailed Description

Definition at line 14 of file RuntimeModule.cs.


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