IVbcHostObject.SetNoStandardLib(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.