ExternalProgramComponent Class
Utility class for ensuring that an external program component exists, and, when executable,
for running it as external process.
Namespace: Quine.Schemas.CoreAssembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
public class ExternalProgramComponent
- Inheritance
- Object ExternalProgramComponent
ComponentInfo |
Information about the program component's file or directory, including its full path.
|
ComponentName |
The name of the external program component.
|
StartProcess |
Attempts to start the file described by ComponentInfo as an executable process.
Optionally sets up cancellation.
|