System.Runtime.Remoting.InternalRemotingServices.DebugOutChnl C# (CSharp) Méthode

DebugOutChnl() private méthode

private DebugOutChnl ( String s ) : void
s String
Résultat void
        public static void DebugOutChnl(String s)
        {
            // BCLDebug.Trace("REMOTINGCHANNELS", "CHNL:" + s + "\n");
            Message.OutToUnmanagedDebugger("CHNL:"+s+"\n");
            // Console.WriteLine("CHNL:"+s+"\n");
        }