SkipCodeGenerationAttribute 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.
The attribute which informs the code generator that no code should be generated an assembly.
[System.AttributeUsage(System.AttributeTargets.Assembly)]
public class SkipCodeGenerationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
type SkipCodeGenerationAttribute = class
inherit Attribute
Public Class SkipCodeGenerationAttribute
Inherits Attribute
- Inheritance
-
SkipCodeGenerationAttribute
- Attributes
Constructors
SkipCodeGenerationAttribute() |