terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Reflection.Assembly Class Reference
+ Inheritance diagram for System.Reflection.Assembly:
+ Collaboration diagram for System.Reflection.Assembly:

Classes

class  ResolveEventHolder
 

Public Member Functions

virtual void GetObjectData (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
 
virtual bool IsDefined (global::System.Type attributeType, bool inherit)
 
virtual object[] GetCustomAttributes (bool inherit)
 
virtual object[] GetCustomAttributes (global::System.Type attributeType, bool inherit)
 
virtual global::System.IO.Stream GetManifestResourceStream (string name)
 
virtual global::System.Type[] GetTypes ()
 
virtual global::System.Type GetType (string name, bool throwOnError)
 
virtual global::System.Type GetType (string name)
 
virtual AssemblyName GetName (bool copiedName)
 
virtual AssemblyName GetName ()
 
override string ToString ()
 
static Assembly GetEntryAssembly ()
 
Module[] GetModules ()
 
static Assembly GetExecutingAssembly ()
 
static Assembly GetCallingAssembly ()
 
virtual string[] GetManifestResourceNames ()
 
virtual ManifestResourceInfo GetManifestResourceInfo (string resourceName)
 
override int GetHashCode ()
 
override bool Equals (object o)
 
virtual global::System.Type GetType (string name, bool throwOnError, bool ignoreCase)
 
virtual Module GetModule (string name)
 
virtual Module[] GetModules (bool getResourceModules)
 
 Assembly ()
 

Static Public Member Functions

static Assembly GetAssembly (global::System.Type type)
 
static Assembly Load (string assemblyString)
 
static Assembly ReflectionOnlyLoad (string assemblyString)
 
static Assembly LoadWithPartialName (string partialName, global::System.Security.Policy.Evidence securityEvidence)
 
static bool operator== (Assembly left, Assembly right)
 
static bool operator!= (Assembly left, Assembly right)
 

Package Functions

global::System.IO.Stream GetManifestResourceStream (global::System.Type type, string name, bool skipSecurityCheck, ref global::System.Threading.StackCrawlMark stackMark)
 
global::System.IO.Stream GetManifestResourceStream (string name, ref global::System.Threading.StackCrawlMark stackMark, bool skipSecurityCheck)
 
string GetSimpleName ()
 
byte[] GetPublicKey ()
 
global::System.Version GetVersion ()
 
virtual global::System.Type[] GetTypes (bool exportedOnly)
 
global::System.Type InternalGetType (Module module, string name, bool throwOnError, bool ignoreCase)
 
RuntimeAssembly InternalGetSatelliteAssembly (string name, global::System.Globalization.CultureInfo culture, global::System.Version version, bool throwOnFileNotFound, ref global::System.Threading.StackCrawlMark stackMark)
 
virtual Module[] GetModulesInternal ()
 

Static Package Functions

static Assembly LoadWithPartialName (string partialName, global::System.Security.Policy.Evidence securityEvidence, bool oldBehavior)
 

Properties

virtual string CodeBase [get, set]
 
virtual string EscapedCodeBase [get, set]
 
virtual string FullName [get, set]
 
virtual global::System.IntPtr MonoAssembly [get, set]
 
virtual string Location [get, set]
 
virtual bool ReflectionOnly [get, set]
 
bool IsFullyTrusted [get, set]
 
virtual bool IsDynamic [get, set]
 

Private Member Functions

AssemblyNameFlags GetFlags ()
 
static Assembly LoadFrom (string assemblyFile, bool refOnly, ref global::System.Threading.StackCrawlMark stackMark)
 
static Assembly load_with_partial_name (string name, global::System.Security.Policy.Evidence e)
 

Static Private Member Functions

static global::System.Exception CreateNIE ()
 

Detailed Description

Definition at line 26 of file Assembly.cs.


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