Compartir a través de


FrameworkPartAttribute Clase

Definición

Especifica que un ensamblado no contiene código de aplicación.

[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
Herencia
FrameworkPartAttribute
Atributos

Constructores

FrameworkPartAttribute()

Especifica que un ensamblado no contiene código de aplicación.

Se aplica a