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

AD7OutputDebugStringEvent() public method

Constructor.
public AD7OutputDebugStringEvent ( string str ) : System
str string The displayable message.
return System
        public AD7OutputDebugStringEvent(string str)
        {
            m_str = str;
        }