Is there a way to create a second console to output to in .NET when writing a console application?

后端 未结 3 1012
礼貌的吻别
礼貌的吻别 2020-12-02 21:10

Is there a way to create a second console to output to in .NET when writing a console application?

3条回答
  •  离开以前
    2020-12-02 21:48

    A single console is attached to any given process. So in short you can not. But there are ways to "fake it"

提交回复
热议问题