SessionStateApplicationEntry(String) Constructor

Definition

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

public:
 SessionStateApplicationEntry(System::String ^ path);
public:
 SessionStateApplicationEntry(Platform::String ^ path);
 SessionStateApplicationEntry(std::wstring const & path);
public SessionStateApplicationEntry (string path);
new System.Management.Automation.Runspaces.SessionStateApplicationEntry : string -> System.Management.Automation.Runspaces.SessionStateApplicationEntry
Public Sub New (path As String)

Parameters

path
String

The full path to the application.

Applies to