C#: Как узнать путь к исполняемой сборке?

System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location)


C#