RunCode..::..HasErrors Method
Determines whether the specified compiler results has errors.
Namespace:
robotManager.HelpfulAssembly: robotManager (in robotManager.dll)
Syntax
public static bool HasErrors( CompilerResults compilerResults )
Public Shared Function HasErrors ( _ compilerResults As CompilerResults _ ) As Boolean
public: static bool^ HasErrors( CompilerResults^ compilerResults )
Parameters
- compilerResults
- Type: CompilerResults
The compiler results.