DkmRawReturnValue.ReturnFrom Property

Definition

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.

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

Property Value

Returns DkmInstructionAddress.

Applies to