Reply to thread

There are different ways to check if certain assembly (DLL) is loaded. See code in SubCentral:

 

http://code.google.com/p/subcentral/source/browse/trunk/SubCentral/Utils/SubCentralUtils.cs

 

public static bool IsAssemblyAvailable


Top Bottom