다음을 통해 공유


FrameworkPartAttribute 클래스

정의

어셈블리에 애플리케이션 코드가 포함되지 않도록 지정합니다.

[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
상속
FrameworkPartAttribute
특성

생성자

FrameworkPartAttribute()

어셈블리에 애플리케이션 코드가 포함되지 않도록 지정합니다.

적용 대상