标签: c#
我需要在运行代码时检查程序集是否已加载。
我需要检查运行我的代码时是否加载了程序集并将其转换为bool,因为如果用户未安装.dll,应用程序将崩溃。 我需要这样的东西:
if ( // assembly is loaded = true ) { //run something }