Click or drag to resize

DeltaValue Methods

The DeltaValue type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAffectedArea Returns the affected area from a DeltaValue created using Create(BufferSegment, MemoryAddress, AddressArea).
Public methodStatic memberCreateContextProvider Creates a new IDataContextProvider for demarshalling DeltaValues.
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 actual .Net value.
Public methodGetValueStruct Returns 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.
Public methodSetTime Returns a new DeltaValue with the specified time set.
Top
See Also