SubsystemInfo Class

Definition

Class used to represent the metadata and state of a subsystem.

public abstract class SubsystemInfo
[System.Runtime.CompilerServices.Nullable(0)]
[System.Runtime.CompilerServices.NullableContext(1)]
public abstract class SubsystemInfo
type SubsystemInfo = class
[<System.Runtime.CompilerServices.Nullable(0)>]
[<System.Runtime.CompilerServices.NullableContext(1)>]
type SubsystemInfo = class
Public MustInherit Class SubsystemInfo
Inheritance
SubsystemInfo
Attributes

Properties

AllowMultipleRegistration

Gets a value indicating whether the subsystem allows to have multiple implementations registered.

AllowUnregistration

Gets a value indicating whether the subsystem allows to unregister an implementation.

Implementations

Get the information about the registered implementations.

IsRegistered

Indicate whether there is any implementation registered to the subsystem.

Kind

Gets the kind of a concrete subsystem.

RequiredCmdlets

Gets the names of the required cmdlets that have to be implemented by the subsystem implementation.

RequiredFunctions

Gets the names of the required functions that have to be implemented by the subsystem implementation.

SubsystemType

Gets the type of a concrete subsystem.

Applies to