TraceHandler.ShowVersionDetails 方法

定义

写入当前公共语言运行时的详细信息,并 ASP.NET Web 服务器正在使用的生成版本。

protected:
 void ShowVersionDetails();
protected void ShowVersionDetails();
member this.ShowVersionDetails : unit -> unit
Protected Sub ShowVersionDetails ()

注解

ShowVersionDetails 方法编写有关当前正在使用的公共语言运行时(CLR)和 ASP.NET 版本的跟踪详细信息。 它由 ProcessRequest它调用,不能被重写。

适用于