ExtensionNodeAnalyze Method  | 
 
            Call the analyzer and mark IsAnalysed flag and date.
            
 
    Namespace: 
   Hummingbird.TestFramework.ExtensionProject
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic List<LogMessage> Analyze()
Public Function Analyze As List(Of LogMessage)
public:
List<LogMessage^>^ Analyze()
member Analyze : unit -> List<LogMessage> 
Return Value
Type: 
ListLogMessage
            null string if there is no errors.
            or the error messages if there is an error
            
See Also