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

◆ GetManifestResourceNames()

override string[] System.Reflection.Emit.InternalAssemblyBuilder.GetManifestResourceNames ( )
inlinevirtual

Reimplemented from System.Reflection.Assembly.

Definition at line 49 of file InternalAssemblyBuilder.cs.

50 {
51 throw new NotSupportedException(SR.NotSupported_DynamicAssembly);
52 }

References System.SR.NotSupported_DynamicAssembly.