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-local+709673996c0cc3c0733358a87691d1009326afa7
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 (Inherited from ValueType.)
Public methodGetBytes
Gets the byte representation of the parameter info.
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
See Also