IAppDomainSetup 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
- 파생
- 특성
설명
이 인터페이스의 멤버는 AppDomain.GetData AppDomain.SetData 사용할 데이터를 식별 하기 위해 및 메서드와 함께 사용 됩니다 AppDomain .
속성
ApplicationBase |
애플리케이션이 들어 있는 디렉터리의 이름을 가져오거나 설정합니다. |
ApplicationName |
애플리케이션의 이름을 가져오거나 설정합니다. |
CachePath |
파일을 섀도 복사한 애플리케이션 관련 영역의 이름을 가져오거나 설정합니다. |
ConfigurationFile |
애플리케이션 도메인의 구성 파일 이름을 가져오거나 설정합니다. |
DynamicBase |
동적으로 생성된 파일이 저장되고 액세스되는 디렉터리를 가져오거나 설정합니다. |
LicenseFile |
이 도메인과 관련된 라이센스 파일의 위치를 가져오거나 설정합니다. |
PrivateBinPath |
프라이빗 어셈블리를 조사할 ApplicationBase 디렉터리와 연결된 디렉터리의 목록을 가져오거나 설정합니다. |
PrivateBinPathProbe |
애플리케이션을 찾는 데 사용되는 전용 이진 디렉터리 경로를 가져오거나 설정합니다. |
ShadowCopyDirectories |
섀도 복사할 어셈블리가 들어 있는 디렉터리의 이름을 가져오거나 설정합니다. |
ShadowCopyFiles |
섀도 복사를 설정하거나 해제할지 여부를 나타내는 문자열을 가져오거나 설정합니다. |