AppDomainInfo.GetPhysicalPath 方法

定义

获取应用程序域的物理路径。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 virtual System::String ^ GetPhysicalPath();
public string GetPhysicalPath ();
abstract member GetPhysicalPath : unit -> string
override this.GetPhysicalPath : unit -> string
Public Function GetPhysicalPath () As String

返回

String

应用程序域的物理路径。

实现

注解

GetPhysicalPath 在 .NET Framework 3.5 中引入。 有关详细信息,请参见版本和依赖关系

适用于