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

◆ GetExportedTypes()

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

Reimplemented from System.Reflection.Assembly.

Definition at line 82 of file InternalAssemblyBuilder.cs.

83 {
84 throw new NotSupportedException(SR.NotSupported_DynamicAssembly);
85 }

References System.SR.NotSupported_DynamicAssembly.