Udostępnij za pośrednictwem


DkmClrLocalVariableInfo Class

Definition

Information about a local variable and how to inspect it. Currently local variable info includes the user visible name of the variable and the method on the inspection query to execute to get its value.

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

public ref class DkmClrLocalVariableInfo
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmClrLocalVariableInfo
[Windows::Foundation::Metadata::WebHostHidden]
class DkmClrLocalVariableInfo
[System.Runtime.InteropServices.Guid("d1f5c36a-d669-2b14-c996-a6fd28e08cda")]
public class DkmClrLocalVariableInfo
[<System.Runtime.InteropServices.Guid("d1f5c36a-d669-2b14-c996-a6fd28e08cda")>]
type DkmClrLocalVariableInfo = class
Public Class DkmClrLocalVariableInfo
Inheritance
DkmClrLocalVariableInfo
Attributes

Properties

CompilationFlags

[Optional] Flags, provided by the compiler, describing the local variable.

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

CustomTypeInfo

[Optional] The optional information provided to the result formatter for identifying compiler intrinsic type information.

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

FullName

The full name of the variable. This is the expression evaluated if the variable is added to the Watch window.

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

MethodName

The name of the method to execute to get the value of this variable.

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

ResultCategory

[Optional] What category this variable belongs to, this controls the glyph displayed in the evaluation windows.

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

VariableName

The user-visible name of the variable.

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

Methods

Create(String, String, String, DkmClrCompilationResultFlags, DkmEvaluationResultCategory, DkmClrCustomTypeInfo)

Create a new DkmClrLocalVariableInfo object instance.

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

Applies to