DkmCustomRawReturnValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DkmCustomRawReturnValue carries sufficient context that can be used to partially reconstruct and visualize a function-call's return value in a custom runtime environment.
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
- Inheritance
- Attributes
Properties
ReturnFrom |
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. (Inherited from DkmRawReturnValue) |
TagValue |
DkmRawReturnValue is an abstract base class. This enum indicates which derived class this object is an instance of. (Inherited from DkmRawReturnValue) |
Value |
Custom raw return value. |
Methods
Create(DkmInstructionAddress, ReadOnlyCollection<Byte>) |
Create a new DkmCustomRawReturnValue object instance. |