Module.GetMethodImpl Method
Namespace: System.Reflection.Mock
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Overridable Function GetMethodImpl ( _
name As String, _
bindingAttr As BindingFlags, _
binder As Binder, _
callConvention As CallingConventions, _
types As Type(), _
modifiers As ParameterModifier() _
) As MethodInfo
'Usage
Dim name As String
Dim bindingAttr As BindingFlags
Dim binder As Binder
Dim callConvention As CallingConventions
Dim types As Type()
Dim modifiers As ParameterModifier()
Dim returnValue As MethodInfo
returnValue = Me.GetMethodImpl(name, _
bindingAttr, binder, callConvention, _
types, modifiers)
protected virtual MethodInfo GetMethodImpl(
string name,
BindingFlags bindingAttr,
Binder binder,
CallingConventions callConvention,
Type[] types,
ParameterModifier[] modifiers
)
protected:
virtual MethodInfo^ GetMethodImpl(
String^ name,
BindingFlags bindingAttr,
Binder^ binder,
CallingConventions callConvention,
array<Type^>^ types,
array<ParameterModifier>^ modifiers
)
abstract GetMethodImpl :
name:string *
bindingAttr:BindingFlags *
binder:Binder *
callConvention:CallingConventions *
types:Type[] *
modifiers:ParameterModifier[] -> MethodInfo
override GetMethodImpl :
name:string *
bindingAttr:BindingFlags *
binder:Binder *
callConvention:CallingConventions *
types:Type[] *
modifiers:ParameterModifier[] -> MethodInfo
protected function GetMethodImpl(
name : String,
bindingAttr : BindingFlags,
binder : Binder,
callConvention : CallingConventions,
types : Type[],
modifiers : ParameterModifier[]
) : MethodInfo
Parameters
- name
Type: String
- bindingAttr
Type: BindingFlags
- binder
Type: Binder
- callConvention
Type: CallingConventions
- types
Type: array<System.Reflection.Mock.Type[]
- modifiers
Type: array<ParameterModifier[]
Return Value
Type: System.Reflection.Mock.MethodInfo
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.