기본카테고리
[C#] 프로젝트경로 & 솔루션명 구하기
DevReff
2016. 7. 5. 13:17
728x90
728x90
SMALL
프로젝트경로:
System.IO.Directory.GetParent(System.Environment.CurrentDirectory).Parent.FullName
솔루션명:
System.Reflection.Assembly.GetEntryAssembly().GetName().Name
728x90
728x90
LIST