SessionStateCmdletEntry Class

Definition

List a cmdlet to add to this session state entry.

public ref class SessionStateCmdletEntry sealed : System::Management::Automation::Runspaces::SessionStateCommandEntry
public sealed class SessionStateCmdletEntry : System.Management.Automation.Runspaces.SessionStateCommandEntry
type SessionStateCmdletEntry = class
    inherit SessionStateCommandEntry
Public NotInheritable Class SessionStateCmdletEntry
Inherits SessionStateCommandEntry
Inheritance

Constructors

SessionStateCmdletEntry(String, Type, String)

Properties

CommandType

Returns the type of the command using an enum instead of requiring a full reflection type check.

(Inherited from SessionStateCommandEntry)
HelpFileName
ImplementingType
Module

The SnapIn to load from initially.

(Inherited from InitialSessionStateEntry)
Name

The name of this entry.

(Inherited from InitialSessionStateEntry)
PSSnapIn

The SnapIn to load from initially.

(Inherited from InitialSessionStateEntry)
Visibility (Inherited from ConstrainedSessionStateEntry)

Methods

Clone()

Shallow-clone this object...

Applies to