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

◆ GetMethodImpl()

override? MethodInfo System.Reflection.Emit.ModuleBuilder.GetMethodImpl ( string name,
BindingFlags bindingAttr,
Binder? binder,
CallingConventions callConvention,
Type?[] types,
ParameterModifier?[] modifiers )
inlineprotectedvirtual

Reimplemented from System.Reflection.Module.

Definition at line 622 of file ModuleBuilder.cs.

623 {
625 }
InternalModuleBuilder InternalModule
MethodInfo GetMethodInternal(string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)

References System.Reflection.RuntimeModule.GetMethodInternal(), and System.Reflection.Emit.ModuleBuilder.InternalModule.