public struct LiveVariableValue
LiveVariableValue | Initializes a new instance of the LiveVariableValue class |
IsValid | Specifies whether the value is valid. |
ToNullTerminatedString | Parses the value as a null-terminated string and converts it to a .Net string given the specified encoding. |
ToString | (Overrides ValueTypeToString) |
ToUlong | Converts unsigned 64-bit, 32-bit, 16-bit or 8-bit values to ulong, padding them as needed. |
Generation | Contains the internal generation counter shared between all variables. The counter is incremented each time all variables are updated. |
OutOfScheduleGeneration | |
Timestamp | Contains the physical time, on the debugger host, when the value was fetched. |
Value | Contains the value of the variable. If the variable is a bitfield member, call ShiftAndMask(Byte) to translate it to a properly shifted/masked value. |