Freigeben über


IComponent-Schnittstelle

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Namespace:  Microsoft.CLRAdmin
Assembly:  mscorcfg (in mscorcfg.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("43136EB2-D36C-11CF-ADBC-00AA00A80033")> _
Public Interface IComponent
'Usage
Dim instance As IComponent
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("43136EB2-D36C-11CF-ADBC-00AA00A80033")]
public interface IComponent
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"43136EB2-D36C-11CF-ADBC-00AA00A80033")]
public interface class IComponent
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
/** @attribute GuidAttribute("43136EB2-D36C-11CF-ADBC-00AA00A80033") */
public interface IComponent
public interface IComponent

Plattformen

Windows Vista, Windows XP SP2, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.

Versionsinformationen

.NET Framework

Unterstützt in: 1.1, 1.0

Siehe auch

Referenz

IComponent-Member

Microsoft.CLRAdmin-Namespace