共用方式為


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 事件。

適用於

另請參閱