Table of Contents

GR0036: Consider usage of typeof(x) instead of System.Type.GetType.

TitleConsider usage of typeof(x) instead of System.Type.GetType.
IdGR0036
CategoryMaintainability
Default SeverityWarning
Enabled By DefaultTrue
DescriptionSystem.Type.GetType may be a misuse of establishling type information. typeof(x) allows for compile time verification of the type.
Custom Tags