Share via


ProxyTypeName Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the type name of the proxy type.

Namespace:  System.Diagnostics
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property ProxyTypeName As String
public string ProxyTypeName { get; }
public:
property String^ ProxyTypeName {
    String^ get ();
}
member ProxyTypeName : string with get
function get ProxyTypeName () : String

Property Value

Type: System. . :: . .String
The type name of the proxy type.

.NET Framework Security

See Also

Reference

DebuggerTypeProxyAttribute Class

System.Diagnostics Namespace