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

◆ GetManifestResourceStream() [1/2]

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

Reimplemented from System.Reflection.Assembly.

Definition at line 71 of file InternalAssemblyBuilder.cs.

72 {
73 throw new NotSupportedException(SR.NotSupported_DynamicAssembly);
74 }

References System.SR.NotSupported_DynamicAssembly.