Condividi tramite


DkmClrDebuggerTypeProxyAttribute Class

Definition

Represents a DebuggerTypeProxy attribute on a type and specifies a display proxy for a type. See msdn documentation for DebuggerTypeProxyAttribute.

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

public ref class DkmClrDebuggerTypeProxyAttribute : Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrEvalAttribute
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmClrDebuggerTypeProxyAttribute : Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrEvalAttribute
[Windows::Foundation::Metadata::WebHostHidden]
class DkmClrDebuggerTypeProxyAttribute : Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrEvalAttribute
[System.Runtime.InteropServices.Guid("76d380fb-f2af-56dc-228a-86ebfc5eec61")]
public class DkmClrDebuggerTypeProxyAttribute : Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrEvalAttribute
[<System.Runtime.InteropServices.Guid("76d380fb-f2af-56dc-228a-86ebfc5eec61")>]
type DkmClrDebuggerTypeProxyAttribute = class
    inherit DkmClrEvalAttribute
Public Class DkmClrDebuggerTypeProxyAttribute
Inherits DkmClrEvalAttribute
Inheritance
DkmClrDebuggerTypeProxyAttribute
Attributes

Properties

ModuleInstance

The module the type resides in. If the type resides in a synthetic assembly, this value will be a real module in the same AppDomain.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

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

(Inherited from DkmClrEvalAttribute)
ProxyType

The proxy type.

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

TagValue

DkmClrEvalAttribute is an abstract base class. This enum indicates which derived class this object is an instance of.

(Inherited from DkmClrEvalAttribute)
TargetMember

[Optional] The member this attribute applies to if applicable.

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

(Inherited from DkmClrEvalAttribute)
TargetType

The type this attribute applies to.

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

(Inherited from DkmClrEvalAttribute)

Methods

Create(DkmClrType, String, DkmClrType)

Create a new DkmClrDebuggerTypeProxyAttribute object instance.

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).

Applies to