ConstructorInfoWrapper.Invoke Method (Object, BindingFlags, Binder, array<Object[], CultureInfo)
This member overrides MethodBase.Invoke(Object, BindingFlags, Binder, array<Object[], CultureInfo).
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'宣告
Public Overrides Function Invoke ( _
obj As Object, _
invokeAttr As BindingFlags, _
binder As Binder, _
parameters As Object(), _
culture As CultureInfo _
) As Object
public override Object Invoke(
Object obj,
BindingFlags invokeAttr,
Binder binder,
Object[] parameters,
CultureInfo culture
)
Parameters
- obj
Type: System.Object
- invokeAttr
Type: System.Reflection.BindingFlags
- binder
Type: System.Reflection.Binder
- parameters
Type: array<System.Object[]
- culture
Type: System.Globalization.CultureInfo
Return Value
Type: System.Object
Implements
_MethodBase.Invoke(Object, BindingFlags, Binder, array<Object[], CultureInfo)
.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.