ICscHostObject.SetNoConfig(Boolean) Method

Definition

Specifies a value indicating whether to prevent the compiler from compiling with the csc.rsp file.

public:
 bool SetNoConfig(bool noConfig);
public bool SetNoConfig (bool noConfig);
abstract member SetNoConfig : bool -> bool
Public Function SetNoConfig (noConfig As Boolean) As Boolean

Parameters

noConfig
Boolean

true to prevent the compiler from compiling with the csc.rsp file; otherwise, false.

Returns

true if the method was successful; otherwise, false.

Applies to