ICscHostObject.SetEmitDebugInformation(Boolean) Method

Definition

Specifies a value indicating whether to generate debugging information and place it in a program database (.pdb) file.

public:
 bool SetEmitDebugInformation(bool emitDebugInformation);
public bool SetEmitDebugInformation (bool emitDebugInformation);
abstract member SetEmitDebugInformation : bool -> bool
Public Function SetEmitDebugInformation (emitDebugInformation As Boolean) As Boolean

Parameters

emitDebugInformation
Boolean

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

Returns

true if the method was successful; otherwise, false.

Applies to