DotNX::Core::Args Class Reference

Argument relasted helper functions. More...

List of all members.

Static Public Member Functions

static string[] ToArray (params string[] args)
 Converts a sequence of string arguments into an array.
static string[] ToArray (IList< string > args)
static string[] ToArray (string args)
static string[] Append (string[] array, params string[] args)
 Appends a string argument list to an array.


Detailed Description

Argument relasted helper functions.

Useful to handle command line arguments.


Member Function Documentation

static string [] DotNX::Core::Args::ToArray ( params string[]  args  )  [static]

Converts a sequence of string arguments into an array.

Parameters:
args A sequence of strings. Different overloads take different forms.
Returns:
An array containing the arguments.

static string [] DotNX::Core::Args::ToArray ( IList< string >  args  )  [static]

static string [] DotNX::Core::Args::ToArray ( string  args  )  [static]

static string [] DotNX::Core::Args::Append ( string[]  array,
params string[]  args 
) [static]

Appends a string argument list to an array.

Parameters:
array An array of strings.
args A string argument list.
Returns:
An array containing all the strings in the arguments.


The documentation for this class was generated from the following file:

SourceForge.net Logo
Generated on Sat Oct 18 14:13:25 2008 for .Nick's 0.1.0 by  doxygen 1.5.7.1