System.IO.__DebugOutputTextWriter.OutputDebugString C# (CSharp) Method

OutputDebugString() private method

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