다음을 통해 공유


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 Forms 애플리케이션
클래스 라이브러리
콘솔 애플리케이션
Windows Forms 컨트롤 라이브러리
웹 컨트롤 라이브러리 No
Windows 서비스
웹 사이트 No

적용 대상

추가 정보