C# 클래스 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)
상속: IDebugPortRequest2
파일 보기 프로젝트 열기: blackberry/VSPlugin 1 사용 예제들

공개 메소드들

메소드 설명
AD7PortRequest ( string name ) : System

Constructor.

GetPortName ( string &portName ) : int

Gets the name of the port to create.

메소드 상세

AD7PortRequest() 공개 메소드

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.
리턴 System

GetPortName() 공개 메소드

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