Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ LoadFrom() [2/2]

static Assembly System.Reflection.Assembly.LoadFrom ( string assemblyFile,
byte?[] hashValue,
AssemblyHashAlgorithm hashAlgorithm )
inlinestaticinherited

Definition at line 617 of file Assembly.cs.

618 {
619 throw new NotSupportedException(SR.NotSupported_AssemblyLoadFromHash);
620 }

References System.SR.NotSupported_AssemblyLoadFromHash.