ApplicationInfo.PhysicalPath 属性

定义

获取对应于应用程序根目录的物理路径。

public:
 property System::String ^ PhysicalPath { System::String ^ get(); };
public string PhysicalPath { get; }
member this.PhysicalPath : string
Public ReadOnly Property PhysicalPath As String

属性值

对应于应用程序根目录的物理路径。

注解

属性 PhysicalPath 是创建应用程序时传递给 CreateObject 方法的路径。

适用于