ProcessWithShellExecute Class

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class ProcessWithShellExecute
Inheritance
Object    ProcessWithShellExecute

Constructors

ProcessWithShellExecuteInitializes a new instance of the ProcessWithShellExecute class

Methods

Start(String) Starts a process with the given filename (UseShellExecute=true).
Start(String, String) Starts a process with the given filename and arguments (UseShellExecute=true).

Extension Methods

See Also