Miner.CommandLine Namespace > Parser Class > ArgumentsUsage Method : ArgumentsUsage(Type,Int32) Method |
'Declaration
Public Overloads Shared Function ArgumentsUsage( _ ByVal argumentType As System.Type, _ ByVal columns As System.Integer _ ) As System.String
'Usage
Dim argumentType As System.Type Dim columns As System.Integer Dim value As System.String value = Parser.ArgumentsUsage(argumentType, columns)
public static System.string ArgumentsUsage( System.Type argumentType, System.int columns )
public function ArgumentsUsage( argumentType: System.Type; columns: System.Integer ): System.String; static;
public static function ArgumentsUsage( argumentType : System.Type, columns : System.int ) : System.String;
public: static System.string* ArgumentsUsage( System.Type* argumentType, System.int columns )
public: static System.String^ ArgumentsUsage( System.Type^ argumentType, System.int columns )
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