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

◆ CorEntryPointName

string System.Reflection.PortableExecutable.ManagedTextSection.CorEntryPointName
getprivate

Definition at line 54 of file ManagedTextSection.cs.

55 {
56 get
57 {
59 {
60 return "_CorExeMain";
61 }
62 return "_CorDllMain";
63 }
64 }

Referenced by System.Reflection.PortableExecutable.ManagedTextSection.WriteImportTable().