Udostępnij za pośrednictwem


DkmUnwoundRegister.Create(Int32, ReadOnlyCollection<Byte>) Method

Definition

Create a new DkmUnwoundRegister object instance.

public:
 static Microsoft::VisualStudio::Debugger::CallStack::DkmUnwoundRegister ^ Create(int Identifier, System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ Value);
public static Microsoft.VisualStudio.Debugger.CallStack.DkmUnwoundRegister Create (int Identifier, System.Collections.ObjectModel.ReadOnlyCollection<byte> Value);
static member Create : int * System.Collections.ObjectModel.ReadOnlyCollection<byte> -> Microsoft.VisualStudio.Debugger.CallStack.DkmUnwoundRegister
Public Shared Function Create (Identifier As Integer, Value As ReadOnlyCollection(Of Byte)) As DkmUnwoundRegister

Parameters

Identifier
Int32

[In] the code-view register constant for this value.

Value
ReadOnlyCollection<Byte>

[In] A byte array representing the contents of the register. The size of the register in bytes can be found by the length of this array.

Returns

[Out] Result of this method call.

Applies to