FindPackage Class

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.PowerShell.OneGet.CmdLets
Assembly: Microsoft.PowerShell.OneGet (in Microsoft.PowerShell.OneGet.dll)

Usage

'Usage
Dim instance As FindPackage

Syntax

'Declaration
<CmdletAttribute("Find", "Package")> _
<OutputTypeAttribute(System.Compiler.TypeNode[])> _
Public NotInheritable Class FindPackage
    Inherits CmdletWithSearchAndSource
[CmdletAttribute("Find", "Package")] 
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
public sealed class FindPackage : CmdletWithSearchAndSource
[CmdletAttribute(L"Find", L"Package")] 
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
public ref class FindPackage sealed : public CmdletWithSearchAndSource
/** @attribute CmdletAttribute("Find", "Package") */ 
/** @attribute OutputTypeAttribute(System.Compiler.TypeNode[]) */ 
public final class FindPackage extends CmdletWithSearchAndSource
CmdletAttribute("Find", "Package") 
OutputTypeAttribute(System.Compiler.TypeNode[]) 
public final class FindPackage extends CmdletWithSearchAndSource

Inheritance Hierarchy

System.Object
   System.Management.Automation.Internal.InternalCommand
     System.Management.Automation.Cmdlet
       System.Management.Automation.PSCmdlet
         Microsoft.OneGet.Utility.PowerShell.AsyncCmdlet
           Microsoft.PowerShell.OneGet.CmdLets.CmdletBase
             Microsoft.PowerShell.OneGet.CmdLets.CmdletWithProvider
               Microsoft.PowerShell.OneGet.CmdLets.CmdletWithSearch
                 Microsoft.PowerShell.OneGet.CmdLets.CmdletWithSearchAndSource
                  Microsoft.PowerShell.OneGet.CmdLets.FindPackage

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

FindPackage Members
Microsoft.PowerShell.OneGet.CmdLets Namespace