Differences
This shows you the differences between the selected revisions of the page.
2012-09-24 | 2013-04-30 | ||
5.1 is stable (martin) | Converting to .NET Assembly (martin) | ||
Line 9: | Line 9: | ||
</code> | </code> | ||
+ | ===== Converting to .NET Assembly ===== | ||
+ | When [[library_from_script|converting script to .NET Assembly]], map ''echo'' command to any reporting functionality of your runtime environment. In .NET framework, you can use ''[[msdn>System.Console.WriteLine]]''. In PowerShell, you can use also ''[[http://technet.microsoft.com/en-us/library/ee177031.aspx|Write-Host]]'' cmdlet. |