C# Class EPocalipse.IFilter.ComHelper

Utility class to get a Class Factory for a certain Class ID by loading the dll that implements that class
Afficher le fichier Open project: mtotheikle/EWU-OIT-SSN-Scanner Class Usage Examples

Private Methods

Méthode Description
GetClassFactory ( string dllName, string filterPersistClass ) : IClassFactory

Gets a class factory for a specific COM Class ID.

GetClassFactoryFromDll ( string dllName, string filterPersistClass ) : IClassFactory