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)

Syntax

'Declaration
Public Class WrappedAction(Of T0, T1)
    Inherits Invokable
public class WrappedAction<T0,T1> : Invokable
generic<typename T0, typename T1>
public ref class WrappedAction : public Invokable

GenericParameters

  • T0
  • T1

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