Class CommandReader
Inheritance
System.Object
CommandReader
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Asgard3.Core.Plugin
Assembly: Asgard3.Core.dll
Syntax
public class CommandReader
Constructors
| Improve this Doc View SourceCommandReader(String)
Declaration
public CommandReader(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
Properties
| Improve this Doc View SourceParameterCount
Declaration
public int ParameterCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceGetNumber()
Declaration
public int GetNumber()
Returns
Type | Description |
---|---|
System.Int32 |
GetParameter()
Declaration
public string GetParameter()
Returns
Type | Description |
---|---|
System.String |
GetRemaining()
Declaration
public string GetRemaining()
Returns
Type | Description |
---|---|
System.String |