VariablePath(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.
Constructs a variable path.
public:
VariablePath(System::String ^ path);
public:
VariablePath(Platform::String ^ path);
VariablePath(std::wstring const & path);
public VariablePath (string path);
new System.Management.Automation.VariablePath : string -> System.Management.Automation.VariablePath
Public Sub New (path As String)
Parameters
- path
- String
The path to parse.
Exceptions
If path
is null.