BitfieldMemberInfoShiftAndMask Method
Takes a raw, unshifted value of all bytes covering the member and translates it to a properly shifted and masked value, as if the
BitOffsetFromLSB was 0, and the value was padded with zeroes on the right.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
public void ShiftAndMask(
byte[] rawValue
)
Parameters
- rawValue Byte
- On input, takes the variable value returned from Value.
When the function returns, contains the shifted value ready to be passed to FormatValue(Byte).