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

◆ GetManifestResourceStream() [1/2]

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

Reimplemented from System.Reflection.Assembly.

Definition at line 363 of file AssemblyBuilder.cs.

364 {
365 throw new NotSupportedException(SR.NotSupported_DynamicAssembly);
366 }

References System.SR.NotSupported_DynamicAssembly.