PSSnapInCommandBase.GetSnapIns(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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