Freigeben über


IDispatchImplType-Enumeration

HINWEIS: Diese Enumeration ist mittlerweile veraltet.

Gibt an, welche IDispatch-Implementierung für eine bestimmte Klasse verwendet werden soll.

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
<SerializableAttribute> _
<ObsoleteAttribute("The IDispatchImplAttribute is deprecated.", False)> _
<ComVisibleAttribute(True)> _
Public Enumeration IDispatchImplType
'Usage
Dim instance As IDispatchImplType
[SerializableAttribute] 
[ObsoleteAttribute("The IDispatchImplAttribute is deprecated.", false)] 
[ComVisibleAttribute(true)] 
public enum IDispatchImplType
[SerializableAttribute] 
[ObsoleteAttribute(L"The IDispatchImplAttribute is deprecated.", false)] 
[ComVisibleAttribute(true)] 
public enum class IDispatchImplType
/** @attribute SerializableAttribute() */ 
/** @attribute ObsoleteAttribute("The IDispatchImplAttribute is deprecated.", false) */ 
/** @attribute ComVisibleAttribute(true) */ 
public enum IDispatchImplType
SerializableAttribute 
ObsoleteAttribute("The IDispatchImplAttribute is deprecated.", false) 
ComVisibleAttribute(true) 
public enum IDispatchImplType

Member

  Membername Beschreibung
CompatibleImpl Gibt an, dass die IDispatch-Implementierung durch Übergabe der Typinformationen für das Objekt an die CreateStdDispatch-API-Methode von COM bereitgestellt wird. 
InternalImpl Gibt an, dass die IDispatch-Implementierung durch die Laufzeit bereitgestellt wird. 
SystemDefinedImpl Gibt an, dass durch die Common Language Runtime bestimmt wird, welche IDispatch-Implementierung verwendet werden soll. 

Hinweise

Weitere Informationen finden Sie unter IDispatchImplAttribute.

Plattformen

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 unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 1.0, 1.1
Veraltet (Compilerwarnung) in 2.0

Siehe auch

Referenz

System.Runtime.InteropServices-Namespace