Click or drag to resize

RconCommandService Class

Provides rcon commands functionality.
Inheritance Hierarchy

Namespace:  SampSharp.Entities.SAMP.Commands
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public class RconCommandService : CommandServiceBase, 
	IRconCommandService

The RconCommandService type exposes the following members.

Constructors
  NameDescription
Public methodRconCommandService
Initializes a new instance of the RconCommandService class
Top
Methods
  NameDescription
Protected methodCreateParameterParser
Creates the parameter parser for the parameter at the specified index in the parameters array..
(Inherited from CommandServiceBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetCommandName
Extracts a command name from a method.
(Inherited from CommandServiceBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetUsageMessage
Gets the usage message for one or multiple specified commands.
(Inherited from CommandServiceBase.)
Public methodInvoke(IServiceProvider, String)
Invokes an RCON command using the specified inputText.
Protected methodInvoke(IServiceProvider, Object, String)
Invokes a command based on the specified inputText.
(Inherited from CommandServiceBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodScanMethods
Scans for methods in ISystem which should be considered to be compiled as a command.
(Overrides CommandServiceBaseScanMethods(AssemblyScanner).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTryCollectParameters
Tries to collect parameter information.
(Inherited from CommandServiceBase.)
Protected methodValidateInputText
Validates and corrects the specified inputText.
(Inherited from CommandServiceBase.)
Top
See Also