DkmCustomRawReturnValue.Create 方法

定义

创建新的 DkmCustomRawReturnValue 对象实例。

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

参数

ReturnFrom
DkmInstructionAddress

中在从调用的和中返回的符号内的 IP 地址。 请注意,不能保证此地址在函数中的位置。

Value
ReadOnlyCollection<Byte>

中自定义原始返回值。

返回

DkmCustomRawReturnValue

弄此方法调用的结果。

适用于