RemoteProcess Methods

Include Protected Members
Include Inherited Members

The RemoteProcess type exposes the following members.

Methods

 

Name

Description

Public method

Close

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.

Public method

Equals

Determines whether the specified object is equal to the current object. (Overrides Object.Equals(Object).)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetExitCode

Gets exit code of the process that has the same FileName.

Public method

GetHashCode

Returns the hash code of this object. (Overrides Object.GetHashCode().)

Public method

GetId

Gets the ID of the process that has the same FileName property.

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public method

HasExited

Checks if the process with the same FileName has exited.

Public method

Kill

Terminates a process that has the same FileName property.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

Start

Starts a new process on the device.

Public method

ToString

Returns a String that contains the process identifier (PID) and filename of the current remote process. (Overrides Object.ToString().)

Top

See Also

Reference

RemoteProcess Class

Microsoft.SmartDevice.Connectivity Namespace