Click or drag to resize
GeneratedCodeAttribute Class
Identifies code generated by a tool. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    System.CodeDom.CompilerGeneratedCodeAttribute

Namespace: System.CodeDom.Compiler
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public sealed class GeneratedCodeAttribute : Attribute

The GeneratedCodeAttribute type exposes the following members.

Constructors
  NameDescription
Public methodGeneratedCodeAttribute
Initializes a new instance of the System.CodeDom.Compiler.GeneratedCodeAttribute class specifying the name and version of the tool that generated the code.
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyTool
Gets the name of the tool that generated the code.
Public propertyVersion
Gets the version of the tool that generated the code.
Top
See Also