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

◆ GetManifestResourceNames()

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

Reimplemented from System.Reflection.Assembly.

Definition at line 358 of file AssemblyBuilder.cs.

359 {
360 throw new NotSupportedException(SR.NotSupported_DynamicAssembly);
361 }

References System.SR.NotSupported_DynamicAssembly.