Represents a service that gives the filename of a Subprocess or Subprocess32 executable
that start with the same assembly binding as calling process.
Inheritance Hierarchy
Spotfire.Dxp.Framework.ApplicationModelSubprocessService
Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public sealed class SubprocessService : IDisposable
The SubprocessService type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SubprocessService(String) | Initializes a new instance of the SubprocessService class.
This instance is used as a test object for the subprocess.
| |
| SubprocessService(ModulesService) | Initializes a new instance of the SubprocessService class.
| |
| SubprocessService(ModulesService, IEnumerableString, String) | Initializes a new instance of the SubprocessService class.
|
Properties
| Name | Description | |
|---|---|---|
| Available | Gets a value indicating whether the Subprocess functionality is available.
| |
| Subprocess32FileName | Gets the path of the Subprocess32 program if it is available;
otherwise an empty string is returned.
| |
| SubProcessCommand |
Gets the command that should be used to start the SubProcess.
If null or empty, the SubProcess file itself is expected to be executable.
| |
| SubprocessFileName | Gets the path of the Subprocess program if it is available;
otherwise an empty string is returned.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose | Dispose with destructor
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| StartSubprocess(String, String) |
Tries to start a subprocess.
| |
| StartSubprocess(Type, IEnumerableString, Boolean, String) |
Tries to start a subprocess.
| |
| StartSubprocess(Type, TupleString, Boolean, IEnumerableString, Boolean, String) |
Tries to start a subprocess.
| |
| StartSubprocess32(String, String) |
Tries to start a subprocess in 32-bit mode.
| |
| StartSubprocess32(Type, IEnumerableString, String) |
Tries to start a subprocess in 32-bit mode.
| |
| StartSubprocess32(Type, TupleString, Boolean, IEnumerableString, String) |
Tries to start a subprocess in 32-bit mode.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
Supported in: 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also