DkmClrExceptionInformation.InstructionAddress 属性

定义

可有可无发生异常的地址。 如果堆栈中没有托管代码,则此值将为 null。

public:
 property Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress ^ InstructionAddress { Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress ^ get(); };
public:
 property Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress ^ InstructionAddress { Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress ^ get(); };
public Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress InstructionAddress { get; }
member this.InstructionAddress : Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress
Public ReadOnly Property InstructionAddress As DkmClrInstructionAddress

属性值

DkmClrInstructionAddress

返回 DkmClrInstructionAddress

适用于