Click or drag to resize

Scanner Class

A utility class for developers to scan a folder for solution (*.sln) files and parse their contents and then scan deeper into the child projects and the grandchildren library, package and project references to build collections that can be used to generate cress-reference reports or displays.
Inheritance Hierarchy
SystemObject
  Orthogonal.Common.Basic.DepScanScanner

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 Scanner

The Scanner type exposes the following members.

Constructors
 NameDescription
Public methodScanner Constructs a solution scanner.
Top
Methods
 NameDescription
Public methodScanAsync Starts asynchronous recursive scan processing through the directory specified in the class constructor.
Top
See Also