DkmLanguage.GetEEMetricFile(String) Method

Definition

Reads a file path as a metric of the given name for the expression evaluator of the given language. Then, reads the entire contents of the file, on the Visual Studio computer, and returns the contents as a string.

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

public:
 System::String ^ GetEEMetricFile(System::String ^ MetricName);
public:
 Platform::String ^ GetEEMetricFile(Platform::String ^ MetricName);
std::wstring GetEEMetricFile(std::wstring const & MetricName);
public string GetEEMetricFile (string MetricName);
member this.GetEEMetricFile : string -> string
Public Function GetEEMetricFile (MetricName As String) As String

Parameters

MetricName
String

[In] The name of the metric that contains the full path to the file.

Returns

[Out] The contents of the file that was referenced by the metric.

Applies to