PSSnapInCommandBase.GetSnapIns(String) Method

Definition

Routine to get the list of loaded snapins...

protected public:
 System::Collections::ObjectModel::Collection<System::Management::Automation::PSSnapInInfo ^> ^ GetSnapIns(System::String ^ pattern);
protected internal System.Collections.ObjectModel.Collection<System.Management.Automation.PSSnapInInfo> GetSnapIns (string pattern);
member this.GetSnapIns : string -> System.Collections.ObjectModel.Collection<System.Management.Automation.PSSnapInInfo>
Protected Friend Function GetSnapIns (pattern As String) As Collection(Of PSSnapInInfo)

Parameters

pattern
String

Returns

Applies to