ArcFM Responder Mobile Developer Guide
ArgumentsUsage(Type) Method






The type of the arguments to display usage for.
Returns a Usage string for command line argument parsing. Use ArgumentAttributes to control parsing behaviour. Formats the output to the width of the current console window. Returns a Usage string for command line argument parsing. Use ArgumentAttributes to control parsing behavior. Formats the output to the width of the current console window.
Syntax
'Declaration
 
Public Overloads Shared Function ArgumentsUsage( _
   ByVal argumentType As System.Type _
) As System.String
'Usage
 
Dim argumentType As System.Type
Dim value As System.String
 
value = Parser.ArgumentsUsage(argumentType)
public static System.string ArgumentsUsage( 
   System.Type argumentType
)
public function ArgumentsUsage( 
    argumentType: System.Type
): System.String; static; 
public static function ArgumentsUsage( 
   argumentType : System.Type
) : System.String;
public: static System.string* ArgumentsUsage( 
   System.Type* argumentType
) 
public:
static System.String^ ArgumentsUsage( 
   System.Type^ argumentType
) 

Parameters

argumentType
The type of the arguments to display usage for.

Return Value

Printable string containing a user friendly description of command line arguments.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Parser Class
Parser Members
Overload List

Send Feedback