ScannerResults Class

Contains the output of a package/container scan.

Inheritance Hierarchy

Syntax

public class ScannerResults

Constructors

Name Description
ScannerResults(System.Collections.Generic.IEnumerable<PackageUsageData> packages, System.Collections.Generic.IEnumerable<ContainerUsageData> containers)
ScannerResults(System.Collections.Generic.IEnumerable<PackageUsageData> packages)
ScannerResults(System.Collections.Generic.IEnumerable<ContainerUsageData> containers)
ScannerResults

Initializes a new instance of the ScannerResults class that contains no data.

Properties

Name Description
Containers

Gets the hosted containers.

Packages

Gets the installed packages.