AnalysisData Constructor (IEnumerable(IAnalysisModuleTargetInfo), 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
)
VB¶
Public Sub New (
data As IEnumerable(Of IAnalysisModuleTargetInfo),
analyzed 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
AnalysisData is analyzed.
See Also¶
Reference¶
AnalysisData Class
AnalysisData Overload
Citrix.SDK.AppDNA.Reporting Namespace