Property | Type | Description | |
---|---|---|---|
aliases | string[] | ||
async | bool | ||
description | string | ||
name | string |
Method | Description | |
---|---|---|
Execute ( |
Method | Description | |
---|---|---|
Command ( ) : System | ||
Command ( string name, bool async, string aliases ) : System | ||
Command ( string name, bool async, string aliases, string description ) : System |
protected Command ( string name, bool async, string aliases ) : System | ||
name | string | |
async | bool | |
aliases | string | |
return | System |
protected Command ( string name, bool async, string aliases, string description ) : System | ||
name | string | |
async | bool | |
aliases | string | |
description | string | |
return | System |
public abstract Execute ( |
||
e | ||
return | IEnumerable |