C# Class EAAddinFramework.EASpecific.EAAddin

Description of EAAddin.
Afficher le fichier Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Méthodes publiques

Méthode Description
EAAddin ( string fileName, string name ) : System
callmethod ( string methodName, object parameters ) : object

Private Methods

Méthode Description
cleanRegistry ( Type type ) : void
isAlreadyRegisteredInHKCR ( Type type ) : bool
isComVisible ( Type type ) : bool

Check if the given type is ComVisible

register ( Type type ) : bool
registerClasses ( Assembly assembly ) : void

Method Details

EAAddin() public méthode

public EAAddin ( string fileName, string name ) : System
fileName string
name string
Résultat System

callmethod() public méthode

public callmethod ( string methodName, object parameters ) : object
methodName string
parameters object
Résultat object