System.Runtime.Remoting.ActivatedServiceTypeEntry.ToString C# (CSharp) Method

ToString() public method

public ToString ( ) : String
return String
        public override String ToString()
        {
            return "type='" + TypeName + ", " + AssemblyName + "'";
        }
        
ActivatedServiceTypeEntry