Share via


PowerShellProviderBase Constructor

This element is introduced in Windows PowerShell 5.0.

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

Usage

'Usage
Dim ps As DynamicPowershell
Dim module As PSModuleInfo

Dim instance As New PowerShellProviderBase(ps, module)

Syntax

'Declaration
Public Sub New ( _
    ps As DynamicPowershell, _
    module As PSModuleInfo _
)
public PowerShellProviderBase (
    DynamicPowershell ps,
    PSModuleInfo module
)
public:
PowerShellProviderBase (
    DynamicPowershell^ ps, 
    PSModuleInfo^ module
)
public PowerShellProviderBase (
    DynamicPowershell ps, 
    PSModuleInfo module
)
public function PowerShellProviderBase (
    ps : DynamicPowershell, 
    module : PSModuleInfo
)

Parameters

  • ps
  • module

Platforms

Target Platforms

See Also

Reference

PowerShellProviderBase Class
PowerShellProviderBase Members
Microsoft.OneGet.MetaProvider.PowerShell Namespace