ICscHostObject.SetDebugType(String) Method

Definition

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.

Applies to