IAppDomainInfoEnum Interfaccia

Definizione

Fornisce l'accesso a un dominio applicazione.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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
Derivato
Attributi

Commenti

IAppDomainInfoEnum viene introdotto in .NET Framework 3.5. Per altre informazioni, vedere Versioni e dipendenze.

Metodi

Count()

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Recupera il numero di domini applicazioni.

GetData()

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Ottiene un'interfaccia IAppDomainInfo.

MoveNext()

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Passa all'interfaccia IAppDomainInfo successiva.

Reset()

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Inizializza l'interfaccia IAppDomainInfo.

Si applica a