Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides ConstructorInfo.Invoke(BindingFlags, Binder, array<Object[], CultureInfo).
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Overrides Function Invoke ( _
invokeAttr As BindingFlags, _
binder As Binder, _
parameters As Object(), _
culture As CultureInfo _
) As Object
public override Object Invoke(
BindingFlags invokeAttr,
Binder binder,
Object[] parameters,
CultureInfo culture
)
public:
virtual Object^ Invoke(
BindingFlags invokeAttr,
Binder^ binder,
array<Object^>^ parameters,
CultureInfo^ culture
) override
abstract Invoke :
invokeAttr:BindingFlags *
binder:Binder *
parameters:Object[] *
culture:CultureInfo -> Object
override Invoke :
invokeAttr:BindingFlags *
binder:Binder *
parameters:Object[] *
culture:CultureInfo -> Object
public override function Invoke(
invokeAttr : BindingFlags,
binder : Binder,
parameters : Object[],
culture : CultureInfo
) : Object
Parameters
- 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
.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.