Terraria v1.4.4.9
Terraria source code documentation
|
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()) |
Definition at line 6 of file DynamicAssemblies.cs.