PSClassInfo Class

Definition

Contains a PS Class information.

public ref class PSClassInfo sealed
public sealed class PSClassInfo
type PSClassInfo = class
Public NotInheritable Class PSClassInfo
Inheritance
PSClassInfo

Properties

Name Description
HelpFile

Gets the help file path for the cmdlet.

Members

Collection of members of the class.

Module

Module in which the class is implemented in.

Name

Name of the class.

Methods

Name Description
UpdateMembers(IList<PSClassMemberInfo>)

Updates members of the class.

Applies to