DkmClrValue.GetUnderlyingString(DkmInspectionContext) Method

Definition

Get the underlying string representation of the value.

Location constraint: API must be called from a Monitor component (component level < 100,000).

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 System::String ^ GetUnderlyingString(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ InspectionContext);
public:
 Platform::String ^ GetUnderlyingString(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ InspectionContext);
std::wstring GetUnderlyingString(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext const & InspectionContext);
public string GetUnderlyingString (Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext InspectionContext);
member this.GetUnderlyingString : Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext -> string
Public Function GetUnderlyingString (InspectionContext As DkmInspectionContext) As String

Parameters

InspectionContext
DkmInspectionContext

[In] The inspection context for this evaluation.

Returns

[Out] The underlying string representation.

Applies to