CmdletExtensions.GetLoadedModules(PSCmdlet) Method

Definition

public static System.Collections.Generic.List<System.Management.Automation.PSModuleInfo> GetLoadedModules (this System.Management.Automation.PSCmdlet cmdlet);
static member GetLoadedModules : System.Management.Automation.PSCmdlet -> System.Collections.Generic.List<System.Management.Automation.PSModuleInfo>
<Extension()>
Public Function GetLoadedModules (cmdlet As PSCmdlet) As List(Of PSModuleInfo)

Parameters

cmdlet
PSCmdlet

Returns

Applies to