DebugTargetInfo.DebugEngine Property
Gets or sets the type of debug engine that the target represents.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Property DebugEngine As DebugEngine
public DebugEngine DebugEngine { get; set; }
public:
property DebugEngine DebugEngine {
DebugEngine get ();
void set (DebugEngine value);
}
member DebugEngine : DebugEngine with get, set
function get DebugEngine () : DebugEngine
function set DebugEngine (value : DebugEngine)
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.DebugEngine
A member of the DebugEngine enumeration. By default, the value is Original.
.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.