Skip to content

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 to trueData is analyzed.
forceReanalysis
Type: System.Boolean
If set to true, even analyzed modules are reanalyzed

See Also

Reference

AnalysisData Class
AnalysisData Overload
Citrix.SDK.AppDNA.Reporting Namespace

Was this article helpful?