IAppDomainSetup Interface

Definição

Representa as informações de associação de assembly que podem ser adicionadas a uma instância de AppDomain.Represents assembly binding information that can be added to an instance of AppDomain.

public interface class IAppDomainSetup
[System.Runtime.InteropServices.Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAppDomainSetup
[System.Runtime.InteropServices.Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface IAppDomainSetup
[<System.Runtime.InteropServices.Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAppDomainSetup = interface
[<System.Runtime.InteropServices.Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type IAppDomainSetup = interface
Public Interface IAppDomainSetup
Derivado
Atributos

Comentários

Os membros dessa interface são usados com os AppDomain.GetData AppDomain.SetData métodos e para identificar os AppDomain dados a serem usados.Members of this interface are used with the AppDomain.GetData and AppDomain.SetData methods to identify the AppDomain data to use.

Propriedades

ApplicationBase

Obtém ou define o nome do diretório que contém o aplicativo.Gets or sets the name of the directory containing the application.

ApplicationName

Obtém ou define o nome do aplicativo.Gets or sets the name of the application.

CachePath

Obtém ou define o nome de uma área específica do aplicativo em que são feitas as cópias de sombra dos arquivos.Gets or sets the name of an area specific to the application where files are shadow copied.

ConfigurationFile

Obtém ou define o nome do arquivo de configuração de um domínio de aplicativo.Gets or sets the name of the configuration file for an application domain.

DynamicBase

Obtém ou define o diretório em que os arquivos gerados dinamicamente são armazenados e acessados.Gets or sets the directory where dynamically generated files are stored and accessed.

LicenseFile

Obtém ou define o local do arquivo de licença associado a esse domínio.Gets or sets the location of the license file associated with this domain.

PrivateBinPath

Obtém ou define a lista de diretórios que é combinada ao diretório ApplicationBase para investigação de assemblies privados.Gets or sets the list of directories that is combined with the ApplicationBase directory to probe for private assemblies.

PrivateBinPathProbe

Obtém ou define o caminho de diretório binário privada usado para localizar um aplicativo.Gets or sets the private binary directory path used to locate an application.

ShadowCopyDirectories

Obtém ou define os nomes dos diretórios que contêm assemblies a serem copiados em sombra.Gets or sets the names of the directories containing assemblies to be shadow copied.

ShadowCopyFiles

Obtém ou define uma cadeia de caracteres que indica se a cópia de sombra é ativada ou desativada.Gets or sets a string that indicates whether shadow copying is turned on or off.

Aplica-se a