See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Design.DTE
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
protected override MethodInfo GetMethodImpl(
	string name,
	BindingFlags bindingAttr,
	Binder binder,
	CallingConventions callConvention,
	Type[] types,
	ParameterModifier[] modifiers
)
Visual Basic
Protected Overrides Function GetMethodImpl ( 
	name As String,
	bindingAttr As BindingFlags,
	binder As Binder,
	callConvention As CallingConventions,
	types As Type(),
	modifiers As ParameterModifier()
) As MethodInfo
Visual C++
protected:
virtual MethodInfo^ GetMethodImpl(
	String^ name, 
	BindingFlags bindingAttr, 
	Binder^ binder, 
	CallingConventions callConvention, 
	array<Type^>^ types, 
	array<ParameterModifier>^ modifiers
) override

Parameters

name
Type: System..::..String
bindingAttr
Type: System.Reflection..::..BindingFlags
binder
Type: System.Reflection..::..Binder
callConvention
Type: System.Reflection..::..CallingConventions
types
Type: array<System..::..Type>[]()[][]
modifiers
Type: array<System.Reflection..::..ParameterModifier>[]()[][]

Return Value

Type: MethodInfo

See Also