노트

[C#] 실행파일(exe) 이름 가져오기 How to get exe application name 본문

ㄱㅂ/C#

[C#] 실행파일(exe) 이름 가져오기 How to get exe application name

늅뎁 2021. 4. 14. 10:14
반응형

 

 

1
System.AppDomain.CurrentDomain.FriendlyName
cs

ex) ABC.exe 실행시 ABC.exe를 가져 올 수 있다.

디버깅중일 시 ABC.vshost.exe

반응형