Represents a process started from the client or web-player server.
Represents a service that gives the filename of a Subprocess or Subprocess32 executable
that start with the same assambly binding as calling process.
Inheritance Hierarchy
Spotfire.Dxp.Framework.ApplicationModelSubprocess
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 Subprocess : IDisposable
The Subprocess type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Subprocess |
Properties
| Name | Description | |
|---|---|---|
| ExitCode |
Gets the exit code.
| |
| HasExited |
Gets a value indicating whether the associated process has been terminated.
| |
| Process |
Gets the Process object; this can be null
|
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or
resetting managed resources.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Finalizes an instance of the Subprocess class.
(Overrides ObjectFinalize.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Kill |
Kills the sub process.
| |
| StartImpersonationSubprocess |
Tries to start an impersonation process.
| |
| StartNormalSubprocess(String, String, String) |
Tries to start a subprocess via the Process class.
| |
| StartNormalSubprocess(String, String, String, String) |
Tries to start a subprocess via the Process class.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WaitForExit |
Waits for the sub process to exit.
|
Remarks
Version Information
Supported in: 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also