EXE 로컬위치1 C# - DLL 또는 EXE의 로컬 위치 알기 간혹 dll이나 exe의 로컬 위치가 필요할때가 있습니다. 아래의 코드는 해당 클래스에서 로컬 위치를 구할 수 있는 코드 입니다. string localPath = this.GetType().Assembly.Location.Replace(this.GetType().Assembly.ManifestModule.Name, ""); 2015. 4. 15. 이전 1 다음