Click or drag to resize

CommandPath Structure

Represents a single path to a command.

Namespace:  SampSharp.GameMode.SAMP.Commands
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public struct CommandPath

The CommandPath type exposes the following members.

Constructors
  NameDescription
Public methodCommandPath
Initializes a new instance of the CommandPath struct.
Top
Properties
  NameDescription
Public propertyFullName
Gets the full name.
Public propertyGroup
Gets the group.
Public propertyLength
Gets the length.
Public propertyName
Gets the name.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatches
Matches the specified command text.
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Top
See Also