VCPlatform.DebuggerTool Property

Definition

Provides access to platform specific debugging tools.

public:
 property System::Object ^ DebuggerTool { System::Object ^ get(); };
public:
 property Platform::Object ^ DebuggerTool { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(2515)]
public object DebuggerTool { [System.Runtime.InteropServices.DispId(2515)] get; }
[<System.Runtime.InteropServices.DispId(2515)>]
[<get: System.Runtime.InteropServices.DispId(2515)>]
member this.DebuggerTool : obj
Public ReadOnly Property DebuggerTool As Object

Property Value

The debugger tool for the specific platform.

Attributes

Applies to