Click or drag to resize

InvokeResult Structure

Represents a response to an invoked command.

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

The InvokeResult type exposes the following members.

Constructors
  NameDescription
Public methodInvokeResult
Initializes a new instance of the InvokeResult struct.
Top
Properties
  NameDescription
Public propertyResponse
Gets the response.
Public propertyUsageMessage
Gets the usage message. This value is only available when Response is equal to InvalidArguments.
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 methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldStatic memberCommandNotFound
A command not found result value.
Public fieldStatic memberSuccess
The success result value.
Top
See Also