Repetier-Host Plugin  2.0.0
RepetierHostExtender.utils.CommandExecutioner Class Reference

Executes a command asynchronously and writes output into the log file. More...

Inheritance diagram for RepetierHostExtender.utils.CommandExecutioner:

Public Member Functions

void SetExeArgs (string cmd)
 Sets executable and arguments. More...
 
string WrapInQuotes (string text)
 
void Run ()
 Executes a command with current privileges. Output is redirected to host log. More...
 
void RunShell ()
 Executes a command over the windows shells. This allows privilege escalation but prevents redirecting outputs to log. More...
 
void Dispose ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Detailed Description

Executes a command asynchronously and writes output into the log file.

Member Function Documentation

◆ Run()

void RepetierHostExtender.utils.CommandExecutioner.Run ( )

Executes a command with current privileges. Output is redirected to host log.

◆ RunShell()

void RepetierHostExtender.utils.CommandExecutioner.RunShell ( )

Executes a command over the windows shells. This allows privilege escalation but prevents redirecting outputs to log.

◆ SetExeArgs()

void RepetierHostExtender.utils.CommandExecutioner.SetExeArgs ( string  cmd)

Sets executable and arguments.

Parameters
cmd

The documentation for this class was generated from the following file:
About Us | Privacy Policy