Edit

Share via


FrameworkPartAttribute Class

Definition

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()

Applies to