C# Class EAAddinFramework.EASpecific.EAAddin

Description of EAAddin.
Mostrar archivo Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Public Methods

Method Description
EAAddin ( string fileName, string name ) : System
callmethod ( string methodName, object parameters ) : object

Private Methods

Method 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 method

public EAAddin ( string fileName, string name ) : System
fileName string
name string
return System

callmethod() public method

public callmethod ( string methodName, object parameters ) : object
methodName string
parameters object
return object