CommandPath Structure | 
Namespace: SampSharp.GameMode.SAMP.Commands
public struct CommandPath
The CommandPath type exposes the following members.
| Name | Description | |
|---|---|---|
| CommandPath | 
                Initializes a new instance of the CommandPath struct.
              | 
| Name | Description | |
|---|---|---|
| FullName | 
                Gets the full name.
              | |
| Group | 
                Gets the group.
              | |
| Length | 
                Gets the length.
              | |
| Name | 
                Gets the name.
              | 
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal.  (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance.  (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| Matches | 
                Matches the specified command text.
              | |
| ToString | 
                Returns the fully qualified type name of this instance.
              (Overrides ValueTypeToString.) |