IDkmClrValueInspectionCallback.GetEvalAttributes(DkmClrType) Method

Definition

Gets attributes on the type that affect the way variables are displayed in the debugger windows.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrEvalAttribute ^> ^ GetEvalAttributes(Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ clrType);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrEvalAttribute> GetEvalAttributes (Microsoft.VisualStudio.Debugger.Clr.DkmClrType clrType);
abstract member GetEvalAttributes : Microsoft.VisualStudio.Debugger.Clr.DkmClrType -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrEvalAttribute>
Public Function GetEvalAttributes (clrType As DkmClrType) As ReadOnlyCollection(Of DkmClrEvalAttribute)

Parameters

clrType
DkmClrType

[In] Represents a managed type.

Returns

[Out] A list of attributes that apply to this type or its members.

Applies to