IAppDomainInfoEnum Interface

Definitie

Biedt toegang tot een toepassingsdomein.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public interface class IAppDomainInfoEnum
[System.Runtime.InteropServices.Guid("F79648FB-558B-4a09-88F1-1E3BCB30E34F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAppDomainInfoEnum
[<System.Runtime.InteropServices.Guid("F79648FB-558B-4a09-88F1-1E3BCB30E34F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAppDomainInfoEnum = interface
Public Interface IAppDomainInfoEnum
Afgeleid
Kenmerken

Opmerkingen

IAppDomainInfoEnum wordt geïntroduceerd in het .NET Framework 3.5. Zie Versies en afhankelijkheden voor meer informatie.

Methoden

Name Description
Count()

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

Hiermee haalt u het aantal toepassingsdomeinen op.

GetData()

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

Hiermee haalt u een IAppDomainInfo interface op.

MoveNext()

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

Hiermee gaat u naar de volgende IAppDomainInfo interface.

Reset()

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

Initialiseert de IAppDomainInfo interface.

Van toepassing op