Click or drag to resize
MessagePackExtendedTypeObject Structure
Represents Message Pack extended type object.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public struct MessagePackExtendedTypeObject : IEquatable<MessagePackExtendedTypeObject>

The MessagePackExtendedTypeObject type exposes the following members.

Constructors
  NameDescription
Public methodMessagePackExtendedTypeObject
Initializes a new instance of the MessagePackExtendedTypeObject struct.
Top
Properties
  NameDescription
Public propertyIsValid
Gets a value indicating whether this instance is valid.
Public propertyTypeCode
Gets a type code of this object.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(MessagePackExtendedTypeObject)
Determines whether the specified MessagePackExtendedTypeObject is equal to this instance.
Public methodGetBody
Gets a copy of the binary value portion of this object.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodToString
Returns a String that represents this instance.
(Overrides ValueTypeToString.)
Public methodStatic memberUnpack
Creates a new instance of the MessagePackExtendedTypeObject struct.
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether the specified MessagePackExtendedTypeObjects are equal.
Public operatorStatic memberInequality
Determines whether the specified MessagePackExtendedTypeObjects are not equal.
Top
See Also