VSNDK.DebugEngine.AD7PortSupplier.AD7PortSupplier C# (CSharp) Method

AD7PortSupplier() public method

Constructor.
public AD7PortSupplier ( ) : System
return System
        public AD7PortSupplier()
        {
            m_name = "BlackBerry";
            m_description = "The BlackBerry transport lets you select a process that is running in a BlackBerry Device/Simulator";
        }