GenericTypeParameterBuilder.InvokeMember Method (String, BindingFlags, Binder, Object, array<Object[], array<ParameterModifier[], CultureInfo, array<String[])
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Not supported for incomplete generic type parameters.
Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Overrides Function InvokeMember ( _
name As String, _
invokeAttr As BindingFlags, _
binder As Binder, _
target As Object, _
args As Object(), _
modifiers As ParameterModifier(), _
culture As CultureInfo, _
namedParameters As String() _
) As Object
public override Object InvokeMember(
string name,
BindingFlags invokeAttr,
Binder binder,
Object target,
Object[] args,
ParameterModifier[] modifiers,
CultureInfo culture,
string[] namedParameters
)
Parameters
- name
Type: System.String
Not supported.
- invokeAttr
Type: System.Reflection.BindingFlags
Not supported.
- binder
Type: System.Reflection.Binder
Not supported.
- target
Type: System.Object
Not supported.
- args
Type: array<System.Object[]
Not supported.
- modifiers
Type: array<System.Reflection.ParameterModifier[]
Not supported.
- culture
Type: System.Globalization.CultureInfo
Not supported.
- namedParameters
Type: array<System.String[]
Not supported.
Return Value
Type: System.Object
Not supported for incomplete generic type parameters.
Implements
Remarks
This method is not supported for incomplete generic type parameters. Retrieve the type parameter from the completed generic type definition and then use reflection on the retrieved type.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.