GetPropertiesDumpString() public method

public GetPropertiesDumpString ( ) : string
return string
示例#1
0
        /// <summary>
        /// Receives the  message "ListPropertiesTable"
        /// </summary>
        public bool OnListPropertiesTable(object argument)
        {
            CheckDisposed();

            WriteLine("--------Properties table");
            WriteLine(m_propertyTable.GetPropertiesDumpString());
            return(true);           //we handled this, no need to ask anyone else.
        }