Namespace: PalmSens.Script
Assembly: PalmSens (in PalmSens.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function ParseCommand( _ ByVal args As String(), _ ByVal str As TextWriter _ ) As Runnable |
| C# |
|---|
| public Runnable ParseCommand( string[] args, TextWriter str ) |
| C++ |
|---|
| public: Runnable ParseCommand( array<String>^ args, TextWriter str ) sealed |
| J# |
|---|
| public Runnable ParseCommand( string[] args, TextWriter str ) |
| JScript |
|---|
| public
function ParseCommand( args : String[], str : TextWriter ) : Runnable |
Parameters
- args
Missing <param name="args"> tag for "M:PalmSens.Script.Parser.ParseCommand(System.String[],System.IO.TextWriter)"
- str
Missing <param name="str"> tag for "M:PalmSens.Script.Parser.ParseCommand(System.String[],System.IO.TextWriter)"
Return Value
Missing <returns> tag for "M:PalmSens.Script.Parser.ParseCommand(System.String[],System.IO.TextWriter)"