System.Windows.Formsアセンブリを読み込む 後述のNew-WindowsControlで利用します。 ############################################################# # 関数名 Load-WindowsForms # 概要 System.Windows.Formsアセンブリを読み込む # 内容 # # エイリアス lwf ############################################################# function Load-WindowsForms { $ret = Get-Assemblies | ?{$_.ManifestModule.Name -eq "System.Windows.Forms.dll"} if($ret -eq $null) { [Void]