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
Release
Yes/No
8.3.x(tick)


Details

'Form' objects in a .NET application are classes that inherit directly (or via other classes) from the "System.Windows.Forms.Form" class.

Please note that 'Form' objects found in assemblies are considered as external objects and are not counted in the total number of Forms displayed in the AD Dashboard.

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