IStream-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
<GuidAttribute("0000000c-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IStream
'Usage
Dim instance As IStream
[GuidAttribute("0000000c-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IStream
[GuidAttribute(L"0000000c-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IStream
/** @attribute GuidAttribute("0000000c-0000-0000-C000-000000000046") */
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
public interface IStream
public interface IStream

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

IStream-Member

Microsoft.CLRAdmin-Namespace