作成 2010.01.05
更新 2011.11.27
更新 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参照
タグ: PowerShell