次の方法で共有


ExeHostEntryPointDescription.ConsoleRedirectionEnabled プロパティ

定義

実行可能ファイルのコンソール リダイレクトを有効または無効にするかどうかを示す値を取得または設定します。 既定値は false です。

public bool ConsoleRedirectionEnabled { get; }
member this.ConsoleRedirectionEnabled : bool
Public ReadOnly Property ConsoleRedirectionEnabled As Boolean

プロパティ値

true 実行可能ファイルのコンソール リダイレクトを有効にするには、それ以外の場合は false

適用対象