Click or drag to resize

DataValue Methods

The DataValue type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAffectedArea
Returns the affected area from a DataValue created using Create(Buffer, MemoryAddress, AddressArea).
Public methodStatic memberCreateContextProvider
Creates a new IDataContextProvider for demarshalling DataValues.
Public methodEquals
Determines whether the specified value equals the current value.
(Overrides ValueTypeEquals(Object).)
Public methodGetDataType
Returns the type of the value (or null if the value is null).
Public methodGetHashCode
Returns a hash code for the current value.
(Overrides ValueTypeGetHashCode.)
Public methodGetTime
Returns the time of the event that produced the value.
Public methodGetValue
Returns the the actual .Net value.
Public methodGetValueStruct
Returns the the actual .Net value.
Public methodPeekValue
Returns the actual .Net value if it's immediately available, otherwise the base .Net value for a delta.
Public methodPropagateUpdate
Determines whether an update from this value to the specified value should be allowed to propagate.
Top
See Also