DkmEvaluationResult.GetUnderlyingString Method

Definition

This method is used for evaluation results that include DkmEvaluationResultFlags.RawString to obtain the the underlying string, with no enclosing quotes or escape sequences. This is method is invoked to display one of the various string visualizers in an expression evaluation window (click the magnifying glass icon).

Location constraint: IDE components may call this method regardless of what type of code is being debugged. This method is also currently supported for debug monitor components, when debugging code running under the CLR; however this functionality may be removed in a future version.

public:
 System::String ^ GetUnderlyingString();
public:
 Platform::String ^ GetUnderlyingString();
std::wstring GetUnderlyingString();
public string GetUnderlyingString ();
member this.GetUnderlyingString : unit -> string
Public Function GetUnderlyingString () As String

Returns

[Out,Optional] The underlying string value.

Applies to