WrappedAction.DynamicInvoke Method

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Utility.Plugin
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)

Usage

'Usage
Dim instance As WrappedAction(Of T0, T1, T2, T3, T4, T5, T6, T7, T8)
Dim args As Object()
Dim returnValue As Object

returnValue = instance.DynamicInvoke(args)

Syntax

'Declaration
Public Overrides Function DynamicInvoke ( _
    args As Object() _
) As Object
public override Object DynamicInvoke (
    Object[] args
)
public:
virtual Object^ DynamicInvoke (
    array<Object^>^ args
) override
public Object DynamicInvoke (
    Object[] args
)
public override function DynamicInvoke (
    args : Object[]
) : Object

Parameters

  • args

Return Value

Returns Object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

WrappedAction Generic Class
WrappedAction Members
Microsoft.OneGet.Utility.Plugin Namespace