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

◆ ReflectionOnlyLoad() [1/2]

static Assembly System.Reflection.Assembly.ReflectionOnlyLoad ( byte[] rawAssembly)
inlinestaticinherited

Definition at line 642 of file Assembly.cs.

643 {
644 throw new PlatformNotSupportedException(SR.PlatformNotSupported_ReflectionOnly);
645 }

References System.SR.PlatformNotSupported_ReflectionOnly.