Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Internal.Runtime.InteropServices.ComActivator Class Reference

Classes

class  BasicClassFactory
 
class  LicenseClassFactory
 

Static Public Member Functions

static object GetClassFactoryForType (ComActivationContext cxt)
 
static void ClassRegistrationScenarioForType (ComActivationContext cxt, bool register)
 
static unsafe int GetClassFactoryForTypeInternal (ComActivationContextInternal *pCxtInt)
 
static unsafe int RegisterClassForTypeInternal (ComActivationContextInternal *pCxtInt)
 
static unsafe int UnregisterClassForTypeInternal (ComActivationContextInternal *pCxtInt)
 

Static Private Member Functions

static bool IsLoggingEnabled ()
 
static Type FindClassType (Guid clsid, string assemblyPath, string assemblyName, string typeName)
 
static AssemblyLoadContext GetALC (string assemblyPath)
 

Static Private Attributes

static readonly Dictionary< string, AssemblyLoadContexts_assemblyLoadContexts = new Dictionary<string, AssemblyLoadContext>(StringComparer.InvariantCultureIgnoreCase)
 

Detailed Description

Definition at line 13 of file ComActivator.cs.


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