WrappedAction Generic Class
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, T9, T10, T11, T12)
Syntax
'Declaration
Public Class WrappedAction(Of T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
Inherits Invokable
public class WrappedAction<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> : Invokable
generic<typename T0, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11, typename T12>
public ref class WrappedAction : public Invokable
GenericParameters
- T0
- T1
- T2
- T3
- T4
- T5
- T6
- T7
- T8
- T9
- T10
- T11
- T12
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.OneGet.Utility.Plugin.Invokable
Microsoft.OneGet.Utility.Plugin.WrappedAction
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 Members
Microsoft.OneGet.Utility.Plugin Namespace