ActivatorLevel 열거형

정의

활성화자 체인에서 Activator 적절한 위치를 정의합니다.

public enum class ActivatorLevel
[System.Serializable]
public enum ActivatorLevel
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ActivatorLevel
[<System.Serializable>]
type ActivatorLevel = 
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ActivatorLevel = 
Public Enum ActivatorLevel
상속
ActivatorLevel
특성

필드

Name Description
Construction 4

빈 개체를 생성하고 생성자를 실행합니다.

Context 8

적절한 컨텍스트를 찾거나 만듭니다.

AppDomain 12

를 찾거나 만듭니다 AppDomain.

Process 16

프로세스를 시작합니다.

Machine 20

적합한 컴퓨터를 찾습니다.

설명

정품 인증기를 디자인하면 둘 이상의 활성화자가 활성화 프로세스에 참여할 수 있으며, 추가 활성화자를 사용하여 IActivator.NextActivator체인에 추가할 수 있습니다. 각 활성화자는 체인의 다음 정품 인증자를 호출해야 하므로 정품 인증자는 체인의 어느 곳에나 배치할 수 있습니다. ActivatorLevel 이 열거자는 정품 인증자가 체인에서 적절한 위치를 찾는 데 도움이 됩니다.

적용 대상