WebEventCodes.ApplicationCompilationEnd 字段

定义

表示的是指示应用程序的编译已完成的事件代码。 此字段为常数。

public: int ApplicationCompilationEnd = 1004;
public const int ApplicationCompilationEnd = 1004;
val mutable ApplicationCompilationEnd : int
Public Const ApplicationCompilationEnd As Integer  = 1004

字段值

Value = 1004

注解

ApplicationCompilationEnd 是主代码,其值大于 ApplicationCodeBase 值。 ASP.NET 在应用程序的编译结束时引发相关 WebApplicationLifetimeEvent 事件。

适用于

另请参阅