Differences
This shows you the differences between the selected revisions of the page.
| 2012-02-22 | 2013-04-30 | ||
| elaborate on error output (martin) | Converting to .NET Assembly (martin) | ||
| Line 21: | Line 21: | ||
| </code> | </code> | ||
| + | ===== Converting to .NET Assembly ===== | ||
| + | When [[library_from_script|converting script to .NET Assembly]], map ''call'' command to ''[[library_session_getfiles|Session.ExecuteCommand]]'' method. | ||
| + | |||
| + | Parameters mapping: Command parameter ''command'' maps to method parameter ''command ''. | ||