TypeBuilder.IsDefined 메서드
현재 형식에 사용자 지정 특성이 적용되는지 여부를 확인합니다.
네임스페이스: System.Reflection.Emit
어셈블리: mscorlib(mscorlib.dll)
구문
‘선언
Public Overrides Function IsDefined ( _
attributeType As Type, _
inherit As Boolean _
) As Boolean
‘사용 방법
Dim instance As TypeBuilder
Dim attributeType As Type
Dim inherit As Boolean
Dim returnValue As Boolean
returnValue = instance.IsDefined(attributeType, inherit)
public override bool IsDefined (
Type attributeType,
bool inherit
)
public:
virtual bool IsDefined (
Type^ attributeType,
bool inherit
) override
public boolean IsDefined (
Type attributeType,
boolean inherit
)
public override function IsDefined (
attributeType : Type,
inherit : boolean
) : boolean
매개 변수
- attributeType
검색할 특성의 형식입니다. 이 형식에 할당할 수 있는 특성만 반환됩니다.
- inherit
특성을 찾기 위해 이 멤버의 상속 체인을 검색할지 여부를 지정합니다.
반환 값
이 형식에 attributeType의 인스턴스가 하나 이상 정의되어 있거나 attributeType에서 파생된 특성이 정의되어 있으면 true이고, 그렇지 않으면 false입니다.
예외
예외 형식 | 조건 |
---|---|
현재 이 메서드가 완전하지 않은 형식에 대해 지원되지 않는 경우. GetType을 사용하면 형식을 검색하고 반환된 Type에서 IsDefined를 호출할 수 있습니다. |
설명
이 메서드는 불완전한 제네릭 형식 매개 변수에 대해서는 사용할 수 없습니다. Type.GetType 또는 Assembly.GetType을 사용하여 형식을 검색하고, 검색된 형식에 대해 리플렉션을 사용합니다.
플랫폼
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
2.0, 1.1, 1.0에서 지원
참고 항목
참조
TypeBuilder 클래스
TypeBuilder 멤버
System.Reflection.Emit 네임스페이스