AnalysisData Constructor (IEnumerable(IAnalysisModuleTargetInfo), Boolean, Boolean)¶
Initializes a new instance of the AnalysisData class.
Namespace: Citrix.SDK.AppDNA.Reporting
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public AnalysisData(
IEnumerable<IAnalysisModuleTargetInfo> data,
bool analyzed,
bool forceReanalysis
)
VB¶
Public Sub New (
data As IEnumerable(Of IAnalysisModuleTargetInfo),
analyzed As Boolean,
forceReanalysis As Boolean
)
Parameters¶
- data
- Type: System.Collections.Generic.IEnumerable(IAnalysisModuleTargetInfo)
The modules and application that need to be analyzed against each of them. - analyzed
- Type: System.Boolean
If set totrue
Data is analyzed. - forceReanalysis
- Type: System.Boolean
If set totrue
, even analyzed modules are reanalyzed
See Also¶
Reference¶
AnalysisData Class
AnalysisData Overload
Citrix.SDK.AppDNA.Reporting Namespace