How to find assembly path ,name and version at runtime
Ever needed to find the location of your executable in runtime? what about getting a certain dll name? Look no further – the following is a quick overview on the .NET objects and functions that can solve your problem. Application.ExecutablePath System.Windows.Forms.Application has static methods and properties that help manage an application, as well as … Continue reading How to find assembly path ,name and version at runtime