Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetMethod()
[7/12]
MethodInfo
? System.Type.GetMethod
(
string
name
,
int
genericParameterCount
,
BindingFlags
bindingAttr
,
Binder
?
binder
,
Type
[]
types
,
ParameterModifier
?[]
modifiers
)
inline
inherited
Definition at line
751
of file
Type.cs
.
752
{
753
return
GetMethod
(name, genericParameterCount, bindingAttr, binder,
CallingConventions
.Any, types, modifiers);
754
}
System.Type.GetMethod
MethodInfo? GetMethod(string name)
Definition
Type.cs:675
System.Reflection.CallingConventions
CallingConventions
Definition
CallingConventions.cs:5
References
System.Type.GetMethod()
.
System
Reflection
Emit
TypeBuilder
Generated by
1.10.0