Namespace: PalmSens.Script
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Sub LoadMethodCommand( _ 
   ByVal str As TextWriter,  _ 
   ByVal args As String() _ 
)
C#
public void LoadMethodCommand(
   TextWriter str,
   string[] args
)
C++
public:
 void LoadMethodCommand(
   TextWriter str,
   array<String>^ args
) sealed 
J#
public void LoadMethodCommand(
   TextWriter str,
   string[] args
)
JScript
public  function LoadMethodCommand(
   str : TextWriter,
   args : String[]
)

Parameters

str

Missing <param name="str"> tag for "M:PalmSens.Script.PalmScript.LoadMethodCommand(System.IO.TextWriter,System.String[])"

args

Missing <param name="args"> tag for "M:PalmSens.Script.PalmScript.LoadMethodCommand(System.IO.TextWriter,System.String[])"

See Also