AssemblyInfo.DirectoryPath 属性

定义

获取应用程序的存储目录。

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

属性值

一个 String 值,包含应用程序的存储目录。

示例

此示例使用 My.Application.Info.DirectoryPath 属性显示存储应用程序的目录路径。

MsgBox("Application directory path: " & My.Application.Info.DirectoryPath)

注解

属性 My.Application.Info.DirectoryPath 获取存储应用程序的目录。

可用性(按项目类型)

项目类型 可用
Windows 窗体应用程序
类库
控制台应用程序
Windows 窗体控件库
Web 控件库
Windows 服务
网站

适用于

另请参阅