다음을 통해 공유


IApplicationPreloadUtil.GetApplicationPreloadInfo 메서드

정의

애플리케이션을 미리 로드하는 데 필요한 초기화 데이터를 가져옵니다. 이 메서드는 ASP.NET에 의해 호출됩니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 void GetApplicationPreloadInfo(System::String ^ context, [Runtime::InteropServices::Out] bool % enabled, [Runtime::InteropServices::Out] System::String ^ % startupObjType, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % parametersForStartupObj);
public void GetApplicationPreloadInfo (string context, out bool enabled, out string startupObjType, out string[] parametersForStartupObj);
abstract member GetApplicationPreloadInfo : string * bool * string * String[] -> unit
Public Sub GetApplicationPreloadInfo (context As String, ByRef enabled As Boolean, ByRef startupObjType As String, ByRef parametersForStartupObj As String())

매개 변수

context
String

애플리케이션 컨텍스트입니다.

enabled
Boolean

이 메서드가 반환될 때 애플리케이션을 미리 로드해야 함을 나타내려면 true를, 그렇지 않으면 false를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

startupObjType
String

이 메서드가 반환될 때 사전 로드 프로세스의 일부인 관리되는 형식을 식별하는 문자열을 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

parametersForStartupObj
String[]

이 메서드가 반환될 때 미리 로드된 형식에 전달되는 데이터를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

적용 대상