次の方法で共有


SubsystemManager.GetAllSubsystemInfo Method

Definition

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.

Applies to