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

◆ ReflectionOnlyLoad() [2/2]

static Assembly System.Reflection.Assembly.ReflectionOnlyLoad ( string assemblyString)
inlinestaticinherited

Definition at line 649 of file Assembly.cs.

650 {
651 throw new PlatformNotSupportedException(SR.PlatformNotSupported_ReflectionOnly);
652 }

References System.SR.PlatformNotSupported_ReflectionOnly.