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

◆ GetManifestResourceStream() [2/2]

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

Reimplemented from System.Reflection.Assembly.

Definition at line 66 of file InternalAssemblyBuilder.cs.

67 {
68 throw new NotSupportedException(SR.NotSupported_DynamicAssembly);
69 }

References System.SR.NotSupported_DynamicAssembly.