BuildManager.GetGlobalAsaxType Metoda

Definicja

Pobiera obiekt, który reprezentuje skompilowany typ pliku Global. asax.

public:
 static Type ^ GetGlobalAsaxType();
public static Type GetGlobalAsaxType ();
static member GetGlobalAsaxType : unit -> Type
Public Shared Function GetGlobalAsaxType () As Type

Zwraca

Type

Obiekt, który reprezentuje skompilowany typ pliku Global. asax.

Wyjątki

Podjęto próbę wywołania tej metody przed skompilowaniem strony Global. asax.

Uwagi

Wyjątek jest generowany, jeśli ta metoda jest wywoływana przed skompilowaniem pliku Global. asax.

Dotyczy