[This is preliminary documentation and is subject to change.]
Constructor.
| C# | Visual Basic | Visual C++ |
public Result( uint errors, uint warnings, string detailFileName, string summaryFileName, ArrayList resultfiles )
Public Sub New ( _ errors As UInteger, _ warnings As UInteger, _ detailFileName As String, _ summaryFileName As String, _ resultfiles As ArrayList _ )
public: Result( unsigned int errors, unsigned int warnings, String^ detailFileName, String^ summaryFileName, ArrayList^ resultfiles )
- errors (UInt32)
- Nos of errors
- warnings (UInt32)
- Nos of warnings
- detailFileName (String)
- Name of the detailed resultfile.
- summaryFileName (String)
- Name of the summary resultfile.
- resultfiles (ArrayList)
- Collection of resultFiles.