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.AppDomain Class Referencesealed
+ Inheritance diagram for System.AppDomain:
+ Collaboration diagram for System.AppDomain:

Public Member Functions

global::System.Reflection.Assembly[] GetAssemblies ()
 
object GetData (string name)
 
override object InitializeLifetimeService ()
 
global::System.Reflection.Assembly Load (string assemblyString)
 
bool IsFinalizingForUnload ()
 
override string ToString ()
 

Package Functions

global::System.Reflection.Assembly LoadAssembly (string assemblyRef, global::System.Security.Policy.Evidence securityEvidence, bool refOnly, ref global::System.Threading.StackCrawlMark stackMark)
 
global::System.Reflection.Assembly LoadSatellite (global::System.Reflection.AssemblyName assemblyRef, bool throwOnError, ref global::System.Threading.StackCrawlMark stackMark)
 
global::System.Reflection.Assembly Load (string assemblyString, global::System.Security.Policy.Evidence assemblySecurity, bool refonly, ref global::System.Threading.StackCrawlMark stackMark)
 
static void InternalPushDomainRefByID (int domain_id)
 
static void InternalPopDomainRef ()
 
static global::System.Runtime.Remoting.Contexts.Context InternalSetContext (global::System.Runtime.Remoting.Contexts.Context context)
 
static global::System.Runtime.Remoting.Contexts.Context InternalGetContext ()
 
static global::System.Runtime.Remoting.Contexts.Context InternalGetDefaultContext ()
 
static string InternalGetProcessGuid (string newguid)
 
global::System.Reflection.Assembly DoTypeResolve (string name)
 
global::System.Reflection.Assembly DoResourceResolve (string name, global::System.Reflection.Assembly requesting)
 
byte[] GetMarshalledDomainObjRef ()
 
void ProcessMessageInDomain (byte[] arrRequest, global::System.Runtime.Remoting.Messaging.CADMethodCallMessage cadMsg, out byte[] arrResponse, out global::System.Runtime.Remoting.Messaging.CADMethodReturnMessage cadMrm)
 

Static Package Functions

static bool IsAppXModel ()
 
static object InvokeInDomainByID (int domain_id, global::System.Reflection.MethodInfo method, object obj, object[] args)
 
static string GetProcessGuid ()
 

Properties

static global::System.AppDomain CurrentDomain [get, set]
 
global::System.EventHandler DomainUnload [set]
 
global::System.UnhandledExceptionEventHandler UnhandledException [set]
 
global::System.EventHandler< global::System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs > FirstChanceException [set]
 

Private Member Functions

 AppDomain ()
 
string getFriendlyName ()
 
static global::System.AppDomain getCurDomain ()
 
global::System.Reflection.Assembly[] GetAssemblies (bool refOnly)
 
static global::System.AppDomain InternalSetDomainByID (int domain_id)
 
static global::System.AppDomain InternalSetDomain (global::System.AppDomain context)
 
static bool InternalIsFinalizingForUnload (int domain_id)
 
int getDomainID ()
 
void DoAssemblyLoad (global::System.Reflection.Assembly assembly)
 
global::System.Reflection.Assembly DoAssemblyResolve (string name, global::System.Reflection.Assembly requestingAssembly, bool refonly)
 
void DoDomainUnload ()
 

Private Attributes

global::System.IntPtr _mono_app_domain
 
object _evidence
 
object _granted
 
int _principalPolicy
 
global::System.AssemblyLoadEventHandler AssemblyLoad
 
global::System.ResolveEventHandler AssemblyResolve
 
global::System.EventHandler ProcessExit
 
global::System.ResolveEventHandler ResourceResolve
 
global::System.ResolveEventHandler TypeResolve
 
object _domain_manager
 
global::System.ResolveEventHandler ReflectionOnlyAssemblyResolve
 
object _activation
 
object _applicationIdentity
 
global::System.Collections.Generic.List< string > compatibility_switch
 

Static Private Attributes

static string _process_guid
 
static global::System.Collections.Generic.Dictionary< string, object > type_resolve_in_progress
 
static global::System.Collections.Generic.Dictionary< string, object > assembly_resolve_in_progress
 
static global::System.Collections.Generic.Dictionary< string, object > assembly_resolve_in_progress_refonly
 

Detailed Description

Definition at line 25 of file AppDomain.cs.


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