System.IO.__DebugOutputTextWriter.OutputDebugString C# (CSharp) 메소드

OutputDebugString() 개인적인 메소드

private OutputDebugString ( String output ) : void
output String
리턴 void
        private static extern void OutputDebugString(String output);
    }