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

◆ EntryPoint

virtual ? MethodInfo System.Reflection.Assembly.EntryPoint
get

Definition at line 65 of file Assembly.cs.

66 {
67 get
68 {
69 throw NotImplemented.ByDesign;
70 }
71 }

Referenced by System.AppDomain.ExecuteAssembly().