Differences
This shows you the differences between the selected revisions of the page.
2012-08-07 | 2013-04-30 | ||
Restored revision 1329940839. Undoing revisions 1344346988, 1344347087. (martin) (hidden) | 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 ''. | ||