ProcessWithShellExecuteStart(String) Method

Starts a process with the given filename (UseShellExecute=true).

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static Process Start(
	string fileName
)

Parameters

fileName  String
 

Return Value

Process

See Also