Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides access to platform specific debugging tools.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
ReadOnly Property DebuggerTool As Object
Get
Object DebuggerTool { get; }
property Object^ DebuggerTool {
Object^ get ();
}
abstract DebuggerTool : Object
function get DebuggerTool () : Object
Property Value
Type: System.Object
The debugger tool for the specific platform.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.