DkmClrType.GetEvalAttributes 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.
Location constraint: API must be called from a Monitor component (component level < 100,000).
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrEvalAttribute ^> ^ GetEvalAttributes();
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrEvalAttribute> GetEvalAttributes ();
member this.GetEvalAttributes : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrEvalAttribute>
Public Function GetEvalAttributes () As ReadOnlyCollection(Of DkmClrEvalAttribute)
Returns
[Out] A list of attributes that apply to this type or its members.