Click or drag to resize

ScanResult Class

Results from the ScanAsync(NullableCancellationToken, String) method call.
Inheritance Hierarchy
SystemObject
  Orthogonal.Common.Basic.DepScanScanResult

Namespace: Orthogonal.Common.Basic.DepScan
Assembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2024-04-29 08:29 GMT+10
Syntax
C#
public sealed class ScanResult

The ScanResult type exposes the following members.

Constructors
 NameDescription
Public methodScanResult Constructs a ScanResult with scan result values.
Top
Properties
 NameDescription
Public propertyElapsed Scan elapsed time.
Public propertyProjectRefs An array of information about each scanned project reference.
Public propertyProjects An array of information about each scanned project.
Public propertyReferences An array of information about each scanned library reference.
Public propertySolutions Ann array of information about each scanned solution.
Top
Methods
See Also