IAppDomainInfoEnum Interface

Définition

Fournit l'accès à un domaine d'application.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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
Dérivé
Attributs

Remarques

IAppDomainInfoEnum est introduit dans .NET Framework 3.5. Pour plus d’informations, consultez Versions et dépendances.

Méthodes

Count()

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

Extrait le nombre de domaines d'application.

GetData()

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

Obtient une interface IAppDomainInfo.

MoveNext()

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

Se déplace sur la prochaine interface IAppDomainInfo.

Reset()

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

Initialise l'interface IAppDomainInfo.

S’applique à