CAST Engineering Dashboard - Information - Definition of Form objects in a .NET application

Purpose

This page provides the definition of Form objects in .Net application

Applicable in CAST Version

ReleaseYes/No
8.3.x

Details

‘Form’ objects in a .NET application are classes that inherit directly (or via other classes) from the “System.Windows.Forms.Form” class.

It is not easy to validate the total number of Forms displayed in the AD Dashboard in physical source code locations since they cannot be detected using any particular keywords.

These type of objects are generated by both the new and legacy .NET Analyzer.

Notes / Comments

Related Pages