SubsystemManager.GetSubsystemInfo 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.
Overloads
GetSubsystemInfo(SubsystemKind) |
Get the information about a subsystem by the subsystem kind. |
GetSubsystemInfo(Type) |
Get the information about a subsystem by the subsystem type. |
GetSubsystemInfo(SubsystemKind)
Get the information about a subsystem by the subsystem kind.
public static System.Management.Automation.Subsystem.SubsystemInfo GetSubsystemInfo (System.Management.Automation.Subsystem.SubsystemKind kind);
static member GetSubsystemInfo : System.Management.Automation.Subsystem.SubsystemKind -> System.Management.Automation.Subsystem.SubsystemInfo
Public Shared Function GetSubsystemInfo (kind As SubsystemKind) As SubsystemInfo
Parameters
- kind
- SubsystemKind
A specific SubsystemKind.
Returns
The SubsystemInfo object that represents the concrete subsystem.
Applies to
GetSubsystemInfo(Type)
Get the information about a subsystem by the subsystem type.
public static System.Management.Automation.Subsystem.SubsystemInfo GetSubsystemInfo (Type subsystemType);
static member GetSubsystemInfo : Type -> System.Management.Automation.Subsystem.SubsystemInfo
Public Shared Function GetSubsystemInfo (subsystemType As Type) As SubsystemInfo
Parameters
- subsystemType
- Type
The base type of a specific concrete subsystem.
Returns
The SubsystemInfo object that represents the concrete subsystem.