Freigeben über


DkmCustomRawReturnValue.Create Method

Definition

Create a new DkmCustomRawReturnValue object instance.

public:
 static Microsoft::VisualStudio::Debugger::Evaluation::DkmCustomRawReturnValue ^ Create(Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ ReturnFrom, System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ Value);
public static Microsoft.VisualStudio.Debugger.Evaluation.DkmCustomRawReturnValue Create (Microsoft.VisualStudio.Debugger.DkmInstructionAddress ReturnFrom, System.Collections.ObjectModel.ReadOnlyCollection<byte> Value);
static member Create : Microsoft.VisualStudio.Debugger.DkmInstructionAddress * System.Collections.ObjectModel.ReadOnlyCollection<byte> -> Microsoft.VisualStudio.Debugger.Evaluation.DkmCustomRawReturnValue
Public Shared Function Create (ReturnFrom As DkmInstructionAddress, Value As ReadOnlyCollection(Of Byte)) As DkmCustomRawReturnValue

Parameters

ReturnFrom
DkmInstructionAddress

[In] IP address within the symbol that was returned called and from. Note that there's no guarantee where in the function this address will be.

Value
ReadOnlyCollection<Byte>

[In] Custom raw return value.

Returns

[Out] Result of this method call.

Applies to