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

◆ ReflectionOnlyLoadFrom()

static Assembly System.Reflection.Assembly.ReflectionOnlyLoadFrom ( string assemblyFile)
inlinestaticinherited

Definition at line 656 of file Assembly.cs.

657 {
658 throw new PlatformNotSupportedException(SR.PlatformNotSupported_ReflectionOnly);
659 }

References System.SR.PlatformNotSupported_ReflectionOnly.