Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Serialization.DynamicAssemblies Class Reference

Static Package Functions

static bool IsTypeDynamic (Type type)
 
static bool IsTypeDynamic (Type[] arguments)
 
static void Add (Assembly a)
 
static Assembly Get (string fullName)
 
static string GetName (Assembly a)
 

Static Private Attributes

static readonly Hashtable s_nameToAssemblyMap = new Hashtable()
 
static readonly Hashtable s_assemblyToNameMap = new Hashtable()
 
static readonly Hashtable s_tableIsTypeDynamic = Hashtable.Synchronized(new Hashtable())
 

Detailed Description

Definition at line 6 of file DynamicAssemblies.cs.


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