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

◆ GetMethodImpl() [1/2]

override MethodInfo System.Reflection.RuntimeModule.GetMethodImpl ( string name,
BindingFlags bindingAttr,
Binder binder,
CallingConventions callConvention,
Type[] types,
ParameterModifier[] modifiers )
inlineprotectedinherited

Definition at line 363 of file RuntimeModule.cs.

364 {
366 }
MethodInfo GetMethodInternal(string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)

References System.Reflection.RuntimeModule.GetMethodInternal().