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

◆ GetObjectData()

override void System.Reflection.RuntimeAssembly.GetObjectData ( SerializationInfo info,
StreamingContext context )
inlinevirtualinherited

Reimplemented from System.Reflection.Assembly.

Definition at line 273 of file RuntimeAssembly.cs.

274 {
275 throw new PlatformNotSupportedException();
276 }