SessionStateScriptEntry(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.
Create a session state command entry instance.
public:
SessionStateScriptEntry(System::String ^ path);
public:
SessionStateScriptEntry(Platform::String ^ path);
SessionStateScriptEntry(std::wstring const & path);
public SessionStateScriptEntry (string path);
new System.Management.Automation.Runspaces.SessionStateScriptEntry : string -> System.Management.Automation.Runspaces.SessionStateScriptEntry
Public Sub New (path As String)
Parameters
- path
- String
The path to the script.