Method to Get the Location of a DLL in C#

2019年11月28日 12点热度 0人点赞 0条评论
内容目录
Path.GetDirectoryName(typeof(OneClass).Assembly.Location)

OneClass is a type within this DLL.

Directory.GetCurrentDirectory() does not necessarily retrieve the location of the current DLL.

痴者工良

高级程序员劝退师

文章评论