IVbcHostObject.SetNoStandardLib(Boolean) Method

Definition

Specifies a value indicating whether to prevent the import of mscorlib.dll.

public:
 bool SetNoStandardLib(bool noStandardLib);
public bool SetNoStandardLib (bool noStandardLib);
abstract member SetNoStandardLib : bool -> bool
Public Function SetNoStandardLib (noStandardLib As Boolean) As Boolean

Parameters

noStandardLib
Boolean

true to prevent the import of mscorlib.dll; otherwise, false.

Returns

true if the method was successful; otherwise, false.

Applies to