Click or drag to resize

CallbackParameterInfo Methods

The CallbackParameterInfo type exposes the following members.

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