FrameworkPartAttribute 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.
Specifies that an assembly does not contain application code.
[System.AttributeUsage(System.AttributeTargets.Assembly)]
public sealed class FrameworkPartAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
type FrameworkPartAttribute = class
inherit Attribute
Public NotInheritable Class FrameworkPartAttribute
Inherits Attribute
- Inheritance
-
FrameworkPartAttribute
- Attributes
Constructors
FrameworkPartAttribute() |