Share via


WrappedFunc 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 WrappedFunc(Of T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TRet)

Syntax

public class WrappedFunc<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,TRet> : Invokable

GenericParameters

  • T0
  • T1
  • T2
  • T3
  • T4
  • T5
  • T6
  • T7
  • T8
  • T9
  • T10
  • T11
  • T12
  • T13
  • T14
  • T15
  • TRet

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     Microsoft.OneGet.Utility.Plugin.Invokable
      Microsoft.OneGet.Utility.Plugin.WrappedFunc

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 Members
Microsoft.OneGet.Utility.Plugin Namespace