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

◆ GetFile()

override FileStream System.Reflection.Emit.AssemblyBuilder.GetFile ( string name)
inlinevirtual

Reimplemented from System.Reflection.Assembly.

Definition at line 342 of file AssemblyBuilder.cs.

343 {
344 throw new NotSupportedException(SR.NotSupported_DynamicAssembly);
345 }

References System.SR.NotSupported_DynamicAssembly.