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

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

UpdateMembers(IList<PSClassMemberInfo>)

Updates members of the class.

Applies to