Class ArgumentsParser
Inheritance
System.Object
ArgumentsParser
Namespace: OpenMod.Core.Helpers
Assembly: OpenMod.Core.dll
Syntax
public static class ArgumentsParser : object
Methods
| Improve this Doc View SourceParseArguments(String)
C-like argument parser
Declaration
public static string[] ParseArguments(string line)
Parameters
Type | Name | Description |
---|---|---|
System.String | line | Line string with arguments. |
Returns
Type | Description |
---|---|
System.String[] | The args[] array (argv) |