Mute()

Console::Mute(bool) method

Mutes or unmutes the standard output stream.

static void System::Console::Mute(bool muted)

Arguments

ParameterTypeDescription
mutedboolSpecifies if the standard output stream should be muted (true) or unmuted (false)

See Also