SessionStateApplicationEntry Class

Definition

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

Constructors

SessionStateApplicationEntry(String)

Used to define a permitted script in this session state. If the path is "*", then any path is permitted.

Properties

CommandType

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

(Inherited from SessionStateCommandEntry)
Module

The SnapIn to load from initially.

(Inherited from InitialSessionStateEntry)
Name

The name of this entry.

(Inherited from InitialSessionStateEntry)
Path

The path to this application...

PSSnapIn

The SnapIn to load from initially.

(Inherited from InitialSessionStateEntry)
Visibility (Inherited from ConstrainedSessionStateEntry)

Methods

Clone()

Shallow-clone this object...

Applies to