Edit

Share via


DebuggerTypeProxyAttribute.ProxyTypeName Property

Definition

Gets the type name of the proxy type.

public:
 property System::String ^ ProxyTypeName { System::String ^ get(); };
public string ProxyTypeName { get; }
[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)]
public string ProxyTypeName { get; }
member this.ProxyTypeName : string
[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)>]
member this.ProxyTypeName : string
Public ReadOnly Property ProxyTypeName As String

Property Value

The type name of the proxy type.

Attributes

Applies to