다음을 통해 공유


IProcessHostSupportFunctions.GetApplicationProperties 메서드

정의

애플리케이션의 메타베이스에서 속성을 가져옵니다.

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

public:
 void GetApplicationProperties(System::String ^ appId, [Runtime::InteropServices::Out] System::String ^ % virtualPath, [Runtime::InteropServices::Out] System::String ^ % physicalPath, [Runtime::InteropServices::Out] System::String ^ % siteName, [Runtime::InteropServices::Out] System::String ^ % siteId);
public void GetApplicationProperties (string appId, out string virtualPath, out string physicalPath, out string siteName, out string siteId);
abstract member GetApplicationProperties : string * string * string * string * string -> unit
Public Sub GetApplicationProperties (appId As String, ByRef virtualPath As String, ByRef physicalPath As String, ByRef siteName As String, ByRef siteId As String)

매개 변수

appId
String

애플리케이션의 ID입니다.

virtualPath
String

애플리케이션의 루트 가상 경로입니다.

physicalPath
String

애플리케이션의 루트 실제 경로입니다.

siteName
String

애플리케이션의 표시 이름입니다.

siteId
String

사이트 ID입니다.

설명

GetApplicationProperties는 .NET Framework 3.5에 도입되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상