System.IO.__DebugOutputTextWriter.OutputDebugString C# (CSharp) Méthode

OutputDebugString() private méthode

private OutputDebugString ( String output ) : void
output String
Résultat void
        private static extern void OutputDebugString(String output);
    }