System::Console::Mute method

Console::Mute method

Mutes or unmutes the standard output stream.

static void System::Console::Mute(bool muted)
ParameterTypeDescription
mutedboolSpecifies if the standard output stream should be muted (true) or unmuted (false)

See Also