C# 클래스 PluginTestbed.SourceSetup.SourceSetupPlugin

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetItem System.Windows.Forms.ToolStripMenuItem
MenuItemClick void

공개 메소드들

메소드 설명
InitializeMenu ( MenuStrip menuStrip ) : void
OpenProject ( string project ) : bool
OpenSolution ( string solution ) : bool
ShutDown ( PluginShutDownReason shutDownReason ) : bool
SourceSetupPlugin ( ) : System
StartUp ( ) : void

비공개 메소드들

메소드 설명
GetItem ( string name ) : ToolStripMenuItem
MenuItemClick ( object sender, EventArgs e ) : void

메소드 상세

InitializeMenu() 공개 메소드

public InitializeMenu ( MenuStrip menuStrip ) : void
menuStrip System.Windows.Forms.MenuStrip
리턴 void

OpenProject() 공개 메소드

public OpenProject ( string project ) : bool
project string
리턴 bool

OpenSolution() 공개 메소드

public OpenSolution ( string solution ) : bool
solution string
리턴 bool

ShutDown() 공개 메소드

public ShutDown ( PluginShutDownReason shutDownReason ) : bool
shutDownReason PluginShutDownReason
리턴 bool

SourceSetupPlugin() 공개 메소드

public SourceSetupPlugin ( ) : System
리턴 System

StartUp() 공개 메소드

public StartUp ( ) : void
리턴 void