RemoteProcess Members
Include Protected Members
Include Inherited Members
Represents a process on the device that can be started and stopped.
The RemoteProcess type exposes the following members.
Methods
Name
Description
Closes the handle to free system resources on the device and disassociates the RemoteProcess object with a remote executable by emptying the file name and arguments member variables.
Determines whether the specified object is equal to the current object. (Overrides Object.Equals(Object).)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Gets exit code of the process that has the same FileName.
Returns the hash code of this object. (Overrides Object.GetHashCode().)
Gets the ID of the process that has the same FileName property.
Gets the type of the current instance. (Inherited from Object.)
Checks if the process with the same FileName has exited.
Terminates a process that has the same FileName property.
Creates a shallow copy of the current Object. (Inherited from Object.)
Starts a new process on the device.
Returns a String that contains the process identifier (PID) and filename of the current remote process. (Overrides Object.ToString().)
Top
Properties
Name
Description
Gets the arguments to be passed when starting a process.
Gets the file name.
Top