C# Class VSNDK.DebugEngine.AD7PortRequest

This class describes a port. This description is used to add the port to a port supplier. It implements IDebugPortRequest2 (http://msdn.microsoft.com/en-us/library/bb146168.aspx)
Inheritance: IDebugPortRequest2
Datei anzeigen Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
AD7PortRequest ( string name ) : System

Constructor.

GetPortName ( string &portName ) : int

Gets the name of the port to create.

Method Details

AD7PortRequest() public method

Constructor.
public AD7PortRequest ( string name ) : System
name string The name of the port. It is contains the IP and password of the Device/Simulator. The password must be /// removed when creating the port because this name will be displayed in Attach to Process UI.
return System

GetPortName() public method

Gets the name of the port to create.
public GetPortName ( string &portName ) : int
portName string Returns the name of the port.
return int