IronPython

PowerShell from IronPython Part 2

PowerShell from IronPython - PowerShell Memoの続き。 今回はサンプルの使い方です。 STEP1:サンプルのダウンロード URL http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=IronPython&ReleaseId=423 ファイル名 IronPython-1.0-Samples…

PowerShell from IronPython

IronPythonからPowerShellを利用する IronPythonからPowerShellを利用するサンプルが公開されました。 URL http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=IronPython&ReleaseId=423 ファイル名 IronPython-1.0-Samples-IPPowerShell.zi…

Use of IronPython in PowerShell

PowerShellからIronPythonを利用する Use of IronPython in Monad - PowerShell Memoで、MSHからIronPythonを利用するサンプルを紹介しましたが、 当時はIronPythonのバージョンは「1.0 Beta1」でした。 現時点での最新版は「1.0 Beta 7」です。 http://www.…

Use of IronPython in Monad, Part 2

We can call IronPython in Monad. See MSH Memo - Use of IronPython in Monad Additionally, we can use the function of IronPython script in Monad. Use the function of IronPython script in Monad 1. Load IronPython.dll. Create ScriptEngine Obje…

Use of IronPython in Monad

STEP1 Install of IronPython 1.0 Beta1 Last month IronPython 1.0 Beta was released. http://www.gotdotnet.com/workspaces/workspace.aspx?id=ad7acff7-ab1e-4bcb-99c0-57ac5a3a9742 The install of IronPython is very easy. 1. Download IronPython 1.…