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
특성

필드

AppDomain 12

AppDomain을 찾거나 만듭니다.

Construction 4

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

Context 8

알맞은 컨텍스트를 찾거나 만듭니다.

Machine 20

알맞은 컴퓨터를 찾습니다.

Process 16

프로세스를 시작합니다.

설명

활성기의 디자인을 사용 하면 둘 이상의 활성 기가 활성화 프로세스에 참여 하 고 추가 활성기를 사용 하 여 체인에 추가할 수 IActivator.NextActivator입니다. 각 활성기 체인의 다음 하나를 호출 하는 일을 담당 이므로 활성기 위치에 나 배치할 자체 체인에 있습니다. ActivatorLevel 열거자 활성기 체인의 적절 한 위치를 찾을 수 있습니다.

적용 대상