IProcessHostSupportFunctions.GetApplicationProperties Method

Definition

Gets the properties from the application's metabase.

This API supports the product infrastructure and is not intended to be used directly from your code.

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)

Parameters

appId
String

The ID of the application.

virtualPath
String

The root virtual path of the application.

physicalPath
String

The root physical path of the application.

siteName
String

The display name of the application.

siteId
String

The site ID.

Remarks

GetApplicationProperties is introduced in the .NET Framework 3.5. For more information, see Versions and Dependencies.

Applies to