GSF.Diagnostics.LogPublisher.ToString C# (CSharp) Method

ToString() public method

Gets the full name of the type.
public ToString ( ) : string
return string
        public override string ToString()
        {
            return m_publisherInstance.TypeData.TypeName + " (" + m_publisherInstance.TypeData.AssemblyName + ")";
        }