C# 클래스 EAAddinFramework.EASpecific.EAAddin

Description of EAAddin.
파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools

공개 메소드들

메소드 설명
EAAddin ( string fileName, string name ) : System
callmethod ( string methodName, object parameters ) : object

비공개 메소드들

메소드 설명
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

메소드 상세

EAAddin() 공개 메소드

public EAAddin ( string fileName, string name ) : System
fileName string
name string
리턴 System

callmethod() 공개 메소드

public callmethod ( string methodName, object parameters ) : object
methodName string
parameters object
리턴 object