DkmCustomRawReturnValue 类

定义

DkmCustomRawReturnValue 具有足够的上下文,可用于在自定义运行时环境中部分重构和可视化函数调用的返回值。

public ref class DkmCustomRawReturnValue : Microsoft::VisualStudio::Debugger::Evaluation::DkmRawReturnValue
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmCustomRawReturnValue : Microsoft::VisualStudio::Debugger::Evaluation::DkmRawReturnValue
[Windows::Foundation::Metadata::WebHostHidden]
class DkmCustomRawReturnValue : Microsoft::VisualStudio::Debugger::Evaluation::DkmRawReturnValue
[System.Runtime.InteropServices.Guid("911c2fd8-96c3-e527-3e60-c2dc9c429d21")]
public class DkmCustomRawReturnValue : Microsoft.VisualStudio.Debugger.Evaluation.DkmRawReturnValue
[<System.Runtime.InteropServices.Guid("911c2fd8-96c3-e527-3e60-c2dc9c429d21")>]
type DkmCustomRawReturnValue = class
    inherit DkmRawReturnValue
Public Class DkmCustomRawReturnValue
Inherits DkmRawReturnValue
继承
DkmCustomRawReturnValue
属性

属性

ReturnFrom

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

(继承自 DkmRawReturnValue)
TagValue

DkmRawReturnValue 是一个抽象基类。 此枚举指示此对象是其实例的派生类。

(继承自 DkmRawReturnValue)
Value

自定义原始返回值。

方法

Create(DkmInstructionAddress, ReadOnlyCollection<Byte>)

创建新的 DkmCustomRawReturnValue 对象实例。

适用于