Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Load() [3/4]

Assembly System.AppDomain.Load ( byte[] rawAssembly,
byte?[] rawSymbolStore )
inline

Definition at line 328 of file AppDomain.cs.

329 {
330 return Assembly.Load(rawAssembly, rawSymbolStore);
331 }
static Assembly Load(string assemblyString)
Definition Assembly.cs:157

References System.Reflection.Assembly.Load().