Click or drag to resize

CommandServiceBase Class

Represents a base for service which provides functionality for calling commands in system classes.
Inheritance Hierarchy

Namespace:  SampSharp.Entities.SAMP.Commands
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public abstract class CommandServiceBase

The CommandServiceBase type exposes the following members.

Constructors
  NameDescription
Protected methodCommandServiceBase
Initializes a new instance of the CommandServiceBase class
Top
Methods
  NameDescription
Protected methodCreateParameterParser
Creates the parameter parser for the parameter at the specified index in the parameters array..
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetCommandName
Extracts a command name from a method.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodGetUsageMessage
Gets the usage message for one or multiple specified commands.
Protected methodInvoke
Invokes a command based on the specified inputText.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodScanMethods
Scans for methods in ISystem which should be considered to be compiled as a command.
Public methodToString (Inherited from Object.)
Protected methodTryCollectParameters
Tries to collect parameter information.
Protected methodValidateInputText
Validates and corrects the specified inputText.
Top
See Also