Click or drag to resize

CallbackParameterInfo Structure

Contains information about a callback parameter.

Namespace:  SampSharp.Core.Callbacks
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public struct CallbackParameterInfo

The CallbackParameterInfo type exposes the following members.

Constructors
  NameDescription
Public methodCallbackParameterInfo
Initializes a new instance of the CallbackParameterInfo struct.
Top
Properties
  NameDescription
Public propertyLengthIndex
Gets the index of the length.
Public propertyStatic memberString
The parameter contains a String value.
Public propertyType
Gets the type of the parameter.
Public propertyStatic memberValue
The parameter contains a value (either of Int32, Single or Boolean).
Top
Methods
  NameDescription
Public methodStatic memberArray
The parameter contains an array (of element type Int32, Single or Boolean) of which the length can be found in the parameter at LengthIndex.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetBytes
Gets the byte representation of the parameter info.
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
See Also