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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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