GeneratedAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For internal (run-time) use only. Base class of all the activation attributes
[System.AttributeUsage(System.AttributeTargets.All)]
public abstract class GeneratedAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type GeneratedAttribute = class
inherit Attribute
Public MustInherit Class GeneratedAttribute
Inherits Attribute
- Inheritance
-
GeneratedAttribute
- Derived
- Attributes
Constructors
GeneratedAttribute(Type) |
Initializes a new instance of the GeneratedAttribute class. |
Properties
TargetType |
Gets the type which this implementation applies to. |