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

◆ GetModule()

override? Module System.Reflection.Emit.AssemblyBuilder.GetModule ( string name)
inlinevirtual

Reimplemented from System.Reflection.Assembly.

Definition at line 247 of file AssemblyBuilder.cs.

248 {
249 return InternalAssembly.GetModule(name);
250 }
InternalAssemblyBuilder InternalAssembly
static void GetModule(QCallAssembly assembly, string name, ObjectHandleOnStack retModule)

References System.Reflection.RuntimeAssembly.GetModule(), and System.Reflection.Emit.AssemblyBuilder.InternalAssembly.