RconCommandService Class |
Namespace: SampSharp.Entities.SAMP.Commands
public class RconCommandService : CommandServiceBase, IRconCommandService
The RconCommandService type exposes the following members.
Name | Description | |
---|---|---|
![]() | RconCommandService | Initializes a new instance of the RconCommandService class |
Name | Description | |
---|---|---|
![]() | CreateParameterParser |
Creates the parameter parser for the parameter at the specified index in the parameters array..
(Inherited from CommandServiceBase.) |
![]() | 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.
(Inherited from CommandServiceBase.) |
![]() | 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.
(Inherited from CommandServiceBase.) |
![]() | Invoke(IServiceProvider, String) |
Invokes an RCON command using the specified inputText.
|
![]() | Invoke(IServiceProvider, Object, String) |
Invokes a command based on the specified inputText.
(Inherited from CommandServiceBase.) |
![]() | 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.
(Overrides CommandServiceBaseScanMethods(AssemblyScanner).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryCollectParameters |
Tries to collect parameter information.
(Inherited from CommandServiceBase.) |
![]() | ValidateInputText |
Validates and corrects the specified inputText.
(Inherited from CommandServiceBase.) |