CommandServiceBase Class |
Namespace: SampSharp.Entities.SAMP.Commands
public abstract class CommandServiceBase
The CommandServiceBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | CommandServiceBase | Initializes a new instance of the CommandServiceBase class |
Name | Description | |
---|---|---|
![]() | CreateParameterParser |
Creates the parameter parser for the parameter at the specified index in the parameters array..
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetCommandName |
Extracts a command name from a method.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUsageMessage |
Gets the usage message for one or multiple specified commands.
|
![]() | Invoke |
Invokes a command based on the specified inputText.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ScanMethods |
Scans for methods in ISystem which should be considered to be compiled as a command.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryCollectParameters |
Tries to collect parameter information.
|
![]() | ValidateInputText |
Validates and corrects the specified inputText.
|