Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
EntryPoint
override
MethodInfo
System.Reflection.RuntimeAssembly.EntryPoint
get
inherited
Definition at line
74
of file
RuntimeAssembly.cs
.
75
{
76
get
77
{
78
IRuntimeMethodInfo
o
=
null
;
79
RuntimeAssembly
assembly
=
this
;
80
GetEntryPoint
(
new
QCallAssembly
(
ref
assembly
),
ObjectHandleOnStack
.Create(
ref
o
));
81
if
(
o
==
null
)
82
{
83
return
null
;
84
}
85
return
(MethodInfo)RuntimeType.GetMethodBase(
o
);
86
}
87
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Reflection.RuntimeAssembly.GetEntryPoint
static void GetEntryPoint(QCallAssembly assembly, ObjectHandleOnStack retMethod)
System.Reflection.RuntimeAssembly.RuntimeAssembly
RuntimeAssembly()
Definition
RuntimeAssembly.cs:164
System.Runtime.CompilerServices.ObjectHandleOnStack
Definition
ObjectHandleOnStack.cs:6
System.Runtime.CompilerServices.QCallAssembly
Definition
QCallAssembly.cs:7
System
Reflection
Emit
InternalAssemblyBuilder
Generated by
1.10.0