SubsystemManager.GetAllSubsystemInfo 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.
Get the information about all subsystems.
public static System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Subsystem.SubsystemInfo> GetAllSubsystemInfo ();
static member GetAllSubsystemInfo : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Subsystem.SubsystemInfo>
Public Shared Function GetAllSubsystemInfo () As ReadOnlyCollection(Of SubsystemInfo)
Returns
A readonly collection of all SubsystemInfo objects.