Exemplo n.º 1
0
        void AddScriptDirectoryToEnvironmentPath(string directory)
        {
            var environmentPath = new PowerShellSessionEnvironmentPath(Session);

            environmentPath.Append(directory);
        }
 void AddScriptDirectoryToEnvironmentPath(string directory)
 {
     var environmentPath = new PowerShellSessionEnvironmentPath(Session);
     environmentPath.Append(directory);
 }