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

◆ EntryPoint

override MethodInfo System.Reflection.RuntimeAssembly.EntryPoint
getinherited

Definition at line 74 of file RuntimeAssembly.cs.

75 {
76 get
77 {
78 IRuntimeMethodInfo o = null;
81 if (o == null)
82 {
83 return null;
84 }
85 return (MethodInfo)RuntimeType.GetMethodBase(o);
86 }
87 }
static void GetEntryPoint(QCallAssembly assembly, ObjectHandleOnStack retMethod)