GeneratedCodeAttribute Class |
Namespace: System.CodeDom.Compiler
public sealed class GeneratedCodeAttribute : Attribute
The GeneratedCodeAttribute type exposes the following members.
Name | Description | |
---|---|---|
GeneratedCodeAttribute |
Initializes a new instance of the System.CodeDom.Compiler.GeneratedCodeAttribute
class specifying the name and version of the tool that generated the code.
|
Name | Description | |
---|---|---|
Equals | Returns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from Attribute.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Tool |
Gets the name of the tool that generated the code.
| |
Version |
Gets the version of the tool that generated the code.
|