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

Classes

class  ResolveEventHolder
 

Public Member Functions

virtual void GetObjectData (SerializationInfo info, StreamingContext context)
 
virtual bool IsDefined (Type attributeType, bool inherit)
 
virtual object[] GetCustomAttributes (bool inherit)
 
virtual object[] GetCustomAttributes (Type attributeType, bool inherit)
 
virtual Stream GetManifestResourceStream (string name)
 
virtual Type[] GetTypes ()
 
virtual Type GetType (string name, bool throwOnError)
 
virtual Type GetType (string name)
 
virtual AssemblyName GetName (bool copiedName)
 
virtual AssemblyName GetName ()
 
override string ToString ()
 
Module[] GetModules ()
 
virtual string[] GetManifestResourceNames ()
 
virtual ManifestResourceInfo GetManifestResourceInfo (string resourceName)
 
override int GetHashCode ()
 
override bool Equals (object o)
 
virtual 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 (Type type)
 
static Assembly GetEntryAssembly ()
 
static Assembly Load (string assemblyString)
 
static Assembly ReflectionOnlyLoad (string assemblyString)
 
static Assembly LoadWithPartialName (string partialName, Evidence securityEvidence)
 
static Assembly GetExecutingAssembly ()
 
static Assembly GetCallingAssembly ()
 
static bool operator== (Assembly left, Assembly right)
 
static bool operator!= (Assembly left, Assembly right)
 

Package Functions

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

Static Package Functions

static Assembly LoadWithPartialName (string partialName, Evidence securityEvidence, bool oldBehavior)
 

Properties

virtual string CodeBase [get]
 
virtual string EscapedCodeBase [get]
 
virtual string FullName [get]
 
virtual IntPtr MonoAssembly [get]
 
virtual string Location [get]
 
virtual bool ReflectionOnly [get]
 
bool IsFullyTrusted [get]
 
virtual bool IsDynamic [get]
 

Private Member Functions

AssemblyNameFlags GetFlags ()
 

Static Private Member Functions

static Assembly LoadFrom (string assemblyFile, bool refOnly, StackCrawlMark stackMark)
 
static Assembly load_with_partial_name (string name, Evidence e)
 
static Exception CreateNIE ()
 

Detailed Description

Definition at line 18 of file Assembly.cs.


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