IProcessHostSupportFunctions Interfaccia

Definizione

Fornisce funzioni helper per l'host del processo.

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

public interface class IProcessHostSupportFunctions
[System.Runtime.InteropServices.Guid("35f9c4c1-3800-4d17-99bc-018a62243687")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IProcessHostSupportFunctions
[<System.Runtime.InteropServices.Guid("35f9c4c1-3800-4d17-99bc-018a62243687")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IProcessHostSupportFunctions = interface
Public Interface IProcessHostSupportFunctions
Attributi

Commenti

IProcessHostSupportFunctions è stato introdotto in .NET Framework 3.5. Per altre informazioni, vedere Versioni e dipendenze.

Metodi

Nome Descrizione
GetAppHostConfigFilename()

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

Ottiene il percorso del file di configurazione dell'host dell'applicazione (.config).

GetApplicationProperties(String, String, String, String, String)

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

Ottiene le proprietà dalla metabase dell'applicazione.

GetConfigToken(String)

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

Ottiene un token di sicurezza Windows per la directory radice dell'applicazione specificata.

GetNativeConfigurationSystem()

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

Recupera l'interfaccia INativeConfigurationSystem .

GetRootWebConfigFilename()

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

Ottiene il percorso fisico del file ApplicationHost.config.

MapPath(String, String, String)

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

Ottiene il percorso fisico di un URL relativo.

Si applica a