Click or drag to resize

SampSharp.Entities.SAMP.Commands Namespace

[Missing <summary> documentation for "N:SampSharp.Entities.SAMP.Commands"]

Classes
  ClassDescription
Public classCommandInfo
Provides information about a command.
Public classCommandParameterAttribute
An attribute which provides additional information a command parameter.
Public classCommandParameterInfo
Provides information about a parameter of a command.
Public classCommandServiceBase
Represents a base for service which provides functionality for calling commands in system classes.
Public classPlayerCommandAttribute
An attribute which indicates the method is invokable as a player command.
Public classPlayerCommandProcessingMiddleware
Represents a middleware which lets unhandled OnPlayerCommandText events be processed by the IPlayerCommandService.
Public classPlayerCommandService
Provides player commands functionality.
Public classRconCommandAttribute
An attribute which indicates the method is invokable as a RCON command.
Public classRconCommandProcessingMiddleware
Represents a middleware which lets unhandled OnRconCommand events be processed by the IRconCommandService.
Public classRconCommandService
Provides rcon commands functionality.
Structures
  StructureDescription
Public structureInvokeResult
Represents a response to an invoked command.
Interfaces
  InterfaceDescription
Public interfaceICommandMethodInfo
Provides information about a command method.
Public interfaceIPlayerCommandService
Provides the functionality for invoking player commands.
Public interfaceIRconCommandService
Provides the functionality for invoking RCON commands.
Enumerations
  EnumerationDescription
Public enumerationInvokeResponse
Contains the types of responses of an invoked command.