IApplicationPreloadUtil.GetApplicationPreloadInfo Method (String, Boolean, String, String[])
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets initialization data that is required in order to preload an application. This method is called by ASP.NET.
Assembly: System.Web (in System.Web.dll)
void GetApplicationPreloadInfo( string context, out bool enabled, out string startupObjType, out string[] parametersForStartupObj )
Parameters
- context
-
Type:
System.String
The application context.
- enabled
-
Type:
System.Boolean
When this method returns, contains true to indicate that the application has to be preloaded; otherwise, false. This parameter is passed uninitialized.
- startupObjType
-
Type:
System.String
When this method returns, contains a string that identifies the managed type that is part of the preload process. This parameter is passed uninitialized.
- parametersForStartupObj
-
Type:
System.String[]
When this method returns, contains the data that will be passed to the preloaded type. This parameter is passed uninitialized.
.NET Framework
Available since 4.0
Available since 4.0
Show: