Delta |
The DeltaValue type exposes the following members.
| Name | Description | |
|---|---|---|
| AffectedArea | Returns the affected area from a DeltaValue created using Create(BufferSegment, MemoryAddress, AddressArea). | |
| CreateContextProvider | Creates a new IDataContextProvider for demarshalling DeltaValues. | |
| Equals |
Determines whether the specified value equals the current value.
(Overrides ValueTypeEquals(Object)) | |
| GetDataType | Returns the type of the value (or null if the value is null). | |
| GetHashCode |
Returns a hash code for the current value.
(Overrides ValueTypeGetHashCode) | |
| GetTime | Returns the time of the event that produced the value. | |
| GetValue | Returns the actual .Net value. | |
| GetValueStruct | Returns the actual .Net value. | |
| PeekValue | Returns the actual .Net value if it's immediately available, otherwise the base .Net value for a delta. | |
| PropagateUpdate | Determines whether an update from this value to the specified value should be allowed to propagate. | |
| SetTime | Returns a new DeltaValue with the specified time set. |