SessionStateApplicationEntry(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.