The PrimitiveMap type exposes the following members.

Constructors

  NameDescription
Public methodPrimitiveMap

Methods

  NameDescription
Protected methodCheckValidType
Protected methodCheckValueType
Public methodClear
Public methodContains
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBool
Public methodGetByte
Public methodGetBytes
Public methodGetChar
Public methodGetDictionary
Public methodGetDouble
Public methodGetFloat
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetInt
Public methodGetList
Public methodGetLong
Public methodGetShort
Public methodGetString
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetValue
Public methodMarshal()()()()
Public methodMarshal(Stream)
Marshals a PrimitiveMap directly to a Stream object. This allows a client to write a PrimitiveMap in a compressed or otherwise encoded form without this class needing to know about it.
Public methodStatic memberMarshalPrimitive
Public methodStatic memberMarshalPrimitiveList
Public methodStatic memberMarshalPrimitiveMap(IDictionary)
Marshals the primitive type map to a byte array
Public methodStatic memberMarshalPrimitiveMap(IDictionary, BinaryWriter)
Public methodStatic memberMarshalPrimitiveMap(IDictionary, Stream)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Public methodSetBool
Public methodSetByte
Public methodSetBytes(String, array<Byte>[]()[][])
Public methodSetBytes(String, array<Byte>[]()[][], Int32, Int32)
Public methodSetChar
Public methodSetDictionary
Public methodSetDouble
Public methodSetFloat
Public methodSetInt
Public methodSetList
Public methodSetLong
Public methodSetShort
Public methodSetString
Protected methodSetValue
Public methodToString
Method ToString
(Overrides Object..::..ToString()()()().)
Public methodStatic memberUnmarshal(array<Byte>[]()[][])
Unmarshalls the map from the given data or if the data is null just return an empty map
Public methodStatic memberUnmarshal(Stream)
Unmarshals a PrimitiveMap directly from a Stream object. This allows for clients to read PrimitiveMaps from Compressed or other wise encoded streams without this class needing to know about it.
Public methodStatic memberUnmarshalPrimitive
Public methodStatic memberUnmarshalPrimitiveList
Public methodStatic memberUnmarshalPrimitiveMap(array<Byte>[]()[][])
Unmarshals the primitive type map from the given byte array
Public methodStatic memberUnmarshalPrimitiveMap(BinaryReader)
Public methodStatic memberUnmarshalPrimitiveMap(Stream)

Fields

Properties

  NameDescription
Public propertyCount
Public propertyItem
Public propertyKeys
Public propertyValues

See Also