ExternalProgramComponent Class

Utility class for ensuring that an external program component exists, and, when executable, for running it as external process.

Definition

Namespace: Quine.Schemas.Core
Assembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
public class ExternalProgramComponent
Inheritance
Object    ExternalProgramComponent

Constructors

Properties

ComponentInfo Information about the program component's file or directory, including its full path.
ComponentName The name of the external program component.

Methods

StartProcess Attempts to start the file described by ComponentInfo as an executable process. Optionally sets up cancellation.

See Also