CommandLine

Namespace: uMod

Assembly: uMod.Core.dll

Inheritance Object CommandLine

Summary

Represents a command line string in managed form

Constructors

Name

Summary

CommandLine (String[])

Initializes a new instance of the CommandLine class

Methods

Name

Summary

GetArgument (String, out String, out String)

Gets variable data for the specified argument

GetVariable (String)

Gets the value for the specified variable

HasVariable (String)

Returns if this command line has the specified variable (prefixed with +)

Static Methods

Name

Summary

Split (String)

Split the commandline arguments