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

◆ GetFile()

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

Reimplemented from System.Reflection.Assembly.

Definition at line 55 of file InternalAssemblyBuilder.cs.

56 {
57 throw new NotSupportedException(SR.NotSupported_DynamicAssembly);
58 }

References System.SR.NotSupported_DynamicAssembly.