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

◆ GetManifestResourceStream() [2/2]

override? Stream System.Reflection.Emit.AssemblyBuilder.GetManifestResourceStream ( Type type,
string name )
inlinevirtual

Reimplemented from System.Reflection.Assembly.

Definition at line 368 of file AssemblyBuilder.cs.

369 {
370 throw new NotSupportedException(SR.NotSupported_DynamicAssembly);
371 }

References System.SR.NotSupported_DynamicAssembly.