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

Classes

class  UnmanagedMemoryStreamForModule
 

Public Member Functions

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

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)
 

Protected Member Functions

 RuntimeAssembly ()
 

Package Functions

static string get_fullname (Assembly a)
 
static bool GetAotIdInternal (byte[] aotid)
 
global::System.IntPtr GetManifestResourceInternal (string name, out int size, out Module module)
 
override Module[] GetModulesInternal ()
 
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)
 

Static Package Functions

static RuntimeAssembly LoadWithPartialNameInternal (string partialName, global::System.Security.Policy.Evidence securityEvidence, ref global::System.Threading.StackCrawlMark stackMark)
 
static RuntimeAssembly LoadWithPartialNameInternal (AssemblyName an, global::System.Security.Policy.Evidence securityEvidence, ref global::System.Threading.StackCrawlMark stackMark)
 
static byte[] GetAotId ()
 
static string GetCodeBase (Assembly a, bool escaped)
 
static Assembly LoadWithPartialName (string partialName, global::System.Security.Policy.Evidence securityEvidence, bool oldBehavior)
 

Package Attributes

global::System.IntPtr _mono_assembly
 
Assembly.ResolveEventHolder resolve_event_holder
 
bool fromByteArray
 
string assemblyName
 

Properties

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

Private Member Functions

static string get_code_base (Assembly a, bool escaped)
 
string get_location ()
 
bool GetManifestResourceInfoInternal (string name, ManifestResourceInfo info)
 
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 ()
 

Private Attributes

object _evidence
 
object _minimum
 
object _optional
 
object _refuse
 
object _granted
 
object _denied
 

Detailed Description

Definition at line 23 of file RuntimeAssembly.cs.


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