Freigeben über


DkmILBitFieldWriteToBytes.Create(UInt32, UInt32, UInt32) Method

Definition

Create a new DkmILBitFieldWriteToBytes object instance.

public:
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILBitFieldWriteToBytes ^ Create(System::UInt32 ByteOffset, System::UInt32 BitPosition, System::UInt32 NumBits);
public:
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILBitFieldWriteToBytes ^ Create(unsigned int ByteOffset, unsigned int BitPosition, unsigned int NumBits);
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILBitFieldWriteToBytes Create(unsigned int ByteOffset, unsigned int BitPosition, unsigned int NumBits);
public static Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILBitFieldWriteToBytes Create (uint ByteOffset, uint BitPosition, uint NumBits);
static member Create : uint32 * uint32 * uint32 -> Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILBitFieldWriteToBytes
Public Shared Function Create (ByteOffset As UInteger, BitPosition As UInteger, NumBits As UInteger) As DkmILBitFieldWriteToBytes

Parameters

ByteOffset
UInt32

[In] Offset within the state of the value where the bit-field begins.

BitPosition
UInt32

[In] The bit position to write to. Must be between 0 and 63.

NumBits
UInt32

[In] Number of bits to write. Must be between 1 and 64.

Returns

[Out] Result of this method call.

Applies to