System.CodeDom.Compiler.GeneratedCodeAttribute Class

Identifies code generated by a tool. This class cannot be inherited.

See Also: GeneratedCodeAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.All, AllowMultiple=false, Inherited=false)]
public sealed class GeneratedCodeAttribute : Attribute

Remarks

The System.CodeDom.Compiler.GeneratedCodeAttribute class can be used by code analysis tools to identify computer-generated code, and to provide an analysis based on the tool and the version of the tool that generated the code.

Requirements

Namespace: System.CodeDom.Compiler
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0