DkmRawManagedReturnValue.Context Property
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.
Context information wraps method's return value.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
property Microsoft::VisualStudio::Debugger::Clr::DkmManagedReturnValueContext ^ Context { Microsoft::VisualStudio::Debugger::Clr::DkmManagedReturnValueContext ^ get(); };
public:
property Microsoft::VisualStudio::Debugger::Clr::DkmManagedReturnValueContext ^ Context { Microsoft::VisualStudio::Debugger::Clr::DkmManagedReturnValueContext ^ get(); };
public Microsoft.VisualStudio.Debugger.Clr.DkmManagedReturnValueContext Context { get; }
member this.Context : Microsoft.VisualStudio.Debugger.Clr.DkmManagedReturnValueContext
Public ReadOnly Property Context As DkmManagedReturnValueContext