IVbcHostObject.SetDebugType(Boolean, String) Method

Definition

Specifies the debug type.

public:
 bool SetDebugType(bool emitDebugInformation, System::String ^ debugType);
public bool SetDebugType (bool emitDebugInformation, string debugType);
abstract member SetDebugType : bool * string -> bool
Public Function SetDebugType (emitDebugInformation As Boolean, debugType As String) As Boolean

Parameters

emitDebugInformation
Boolean

true to generate debugging information and place it in a program database (.pdb) file; otherwise, false.

debugType
String

The debug type, which can be full or pdbonly.

Returns

true if the method was successful; otherwise, false.

Applies to