IDkmClrValueInspectionCallback.GetEvalAttributes(DkmClrType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.