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

◆ GetExportedTypes()

override Type[] System.Reflection.Emit.AssemblyBuilder.GetExportedTypes ( )
inlinevirtual

Reimplemented from System.Reflection.Assembly.

Definition at line 336 of file AssemblyBuilder.cs.

337 {
338 throw new NotSupportedException(SR.NotSupported_DynamicAssembly);
339 }

References System.SR.NotSupported_DynamicAssembly.