C# 클래스 Rubberduck._Extension

상속: IDTExtensibility2, IDisposable
파일 보기 프로젝트 열기: retailcoder/Rubberduck

공개 메소드들

메소드 설명
OnAddInsUpdate ( Array &custom ) : void
OnBeginShutdown ( Array &custom ) : void
OnConnection ( object Application, ext_ConnectMode ConnectMode, object AddInInst, Array &custom ) : void
OnDisconnection ( ext_DisconnectMode RemoveMode, Array &custom ) : void
OnStartupComplete ( Array &custom ) : void

비공개 메소드들

메소드 설명
LoadFromSameFolder ( object sender, ResolveEventArgs args ) : Assembly

메소드 상세

OnAddInsUpdate() 공개 메소드

public OnAddInsUpdate ( Array &custom ) : void
custom System.Array
리턴 void

OnBeginShutdown() 공개 메소드

public OnBeginShutdown ( Array &custom ) : void
custom System.Array
리턴 void

OnConnection() 공개 메소드

public OnConnection ( object Application, ext_ConnectMode ConnectMode, object AddInInst, Array &custom ) : void
Application object
ConnectMode ext_ConnectMode
AddInInst object
custom System.Array
리턴 void

OnDisconnection() 공개 메소드

public OnDisconnection ( ext_DisconnectMode RemoveMode, Array &custom ) : void
RemoveMode ext_DisconnectMode
custom System.Array
리턴 void

OnStartupComplete() 공개 메소드

public OnStartupComplete ( Array &custom ) : void
custom System.Array
리턴 void