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

◆ GetFiles() [2/2]

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

Reimplemented from System.Reflection.Assembly.

Definition at line 61 of file InternalAssemblyBuilder.cs.

62 {
63 throw new NotSupportedException(SR.NotSupported_DynamicAssembly);
64 }

References System.SR.NotSupported_DynamicAssembly.