WebEventCodes.ApplicationCompilationStart 필드

정의

애플리케이션의 컴파일이 시작되었음을 나타내는 이벤트 코드를 나타냅니다. 이 필드는 상수입니다.

public: int ApplicationCompilationStart = 1003;
public const int ApplicationCompilationStart = 1003;
val mutable ApplicationCompilationStart : int
Public Const ApplicationCompilationStart As Integer  = 1003

필드 값

Value = 1003

설명

값은 ApplicationCompilationStart 주 코드이고 해당 값은 값보다 큽다 ApplicationCodeBase . ASP.NET 애플리케이션 컴파일이 시작될 때 관련 WebApplicationLifetimeEvent 이벤트를 발생합니다.

적용 대상

추가 정보