ClrPlus.Scripting.MsBuild.Building.BuildMessage.OutputDebugString C# (CSharp) Method

OutputDebugString() private method

private OutputDebugString ( string lpOutputString ) : void
lpOutputString string
return void
        static extern void OutputDebugString(string lpOutputString);