ICscHostObject.SetDebugType(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the debug type.
public:
bool SetDebugType(System::String ^ debugType);
public bool SetDebugType (string debugType);
abstract member SetDebugType : string -> bool
Public Function SetDebugType (debugType As String) As Boolean
Parameters
- debugType
- String
The debug type, which can be full
or pdbonly
.
Returns
true
if the method was successful; otherwise, false
.