作成 2010.01.05
更新 2011.11.27
PowerShell で .Net Framework の列挙子を使う
このサンプルはメッセージボックスを表示して結果を取得します。
[void][reflection.assembly]::LoadWithPartialName("System.Windows.Forms")
$ret = [Windows.Forms.MessageBox]::Show("str1 message","str2 title",[Windows.Forms.MessageBoxButtons]::OKCancel,[Windows.Forms.MessageBoxIcon]::Question)
$ret -eq [Windows.Forms.DialogResult]::OK
参照

MessageBox.Show メソッド

タグ: PowerShell

©2004-2017 UPKEN IPv4