ComEventInterfaceAttribute 클래스
소스 인터페이스를 식별하고 COM 형식 라이브러리에서 coclass를 가져올 때 생성되는 이벤트 인터페이스의 메서드를 구현하는 클래스를 식별합니다.
네임스페이스: System.Runtime.InteropServices
어셈블리: mscorlib(mscorlib.dll)
구문
‘선언
<AttributeUsageAttribute(AttributeTargets.Interface, Inherited:=False)> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class ComEventInterfaceAttribute
Inherits Attribute
‘사용 방법
Dim instance As ComEventInterfaceAttribute
[AttributeUsageAttribute(AttributeTargets.Interface, Inherited=false)]
[ComVisibleAttribute(true)]
public sealed class ComEventInterfaceAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Interface, Inherited=false)]
[ComVisibleAttribute(true)]
public ref class ComEventInterfaceAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Interface, Inherited=false) */
/** @attribute ComVisibleAttribute(true) */
public final class ComEventInterfaceAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Interface, Inherited=false)
ComVisibleAttribute(true)
public final class ComEventInterfaceAttribute extends Attribute
설명
일반적으로 형식 라이브러리 가져오기(Tlbimp.exe)가 형식 라이브러리를 가져올 때 자동으로 이 특성을 적용하지만 직접 인터페이스에 이 특성을 적용할 수 있씁니다.
형식 라이브러리에서 소스 인터페이스를 가져올 때는 이 인터페이스에서 구현하는 모든 메서드가 생성되는 이벤트 인터페이스에 대한 이벤트로 추가됩니다. Tlbimp.exe는 이벤트 인터페이스에 ComEventInterfaceAttribute를 적용하여 이벤트 인터페이스의 메서드를 구현하고 원본 소스 인터페이스를 구현하는 관리되는 클래스를 식별합니다. 공용 언어 런타임에서는 이 특성을 런타임에 사용하여 다음 작업을 수행합니다.
인터페이스에서 노출한 이벤트를 이벤트 공급자 클래스의 해당 구현과 연결합니다.
이벤트를 원본 COM 소스 인터페이스에 연결합니다.
이 특성은 거의 적용하지 않습니다. 그러나 Tlbimp.exe가 생성한 메타데이터와 비슷한 메타데이터를 만드는 소스 코드를 작성하려는 경우에는 각 원본 소스 인터페이스에 대한 이벤트 인터페이스를 만들어야 합니다. Tlbimp.exe가 이벤트를 가져오는 방법에 대한 자세한 내용은 가져온 멤버 변환을 참조하십시오. .NET 클라이언트에 COM 이벤트를 노출하는 방법은 방법: COM 소스에서 발생하는 이벤트 처리를 참조하십시오.
상속 계층 구조
System.Object
System.Attribute
System.Runtime.InteropServices.ComEventInterfaceAttribute
스레드로부터의 안전성
이 형식의 모든 public static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.
플랫폼
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, 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에서 지원
.NET Compact Framework
2.0에서 지원
참고 항목
참조
ComEventInterfaceAttribute 멤버
System.Runtime.InteropServices 네임스페이스