WrappedFunc.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 WrappedFunc(Of T0, T1, T2, TRet)
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
WrappedFunc Generic Class
WrappedFunc Members
Microsoft.OneGet.Utility.Plugin Namespace