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

◆ GetFiles() [2/2]

override FileStream[] System.Reflection.Emit.AssemblyBuilder.GetFiles ( bool getResourceModules)
inlinevirtual

Reimplemented from System.Reflection.Assembly.

Definition at line 348 of file AssemblyBuilder.cs.

349 {
350 throw new NotSupportedException(SR.NotSupported_DynamicAssembly);
351 }

References System.SR.NotSupported_DynamicAssembly.