C# 클래스 PLinkCore.PLink

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

공개 프로퍼티들

프로퍼티 타입 설명
host HostData

보호된 프로퍼티들

프로퍼티 타입 설명
hostTab HostTab

공개 메소드들

메소드 설명
OnLoad ( ) : void
OnTabStateChange ( TabPage tab ) : void
OnUnload ( ) : void
PLink ( ) : System
SetConfig ( string key, string value ) : void
getAppName ( ) : string
getMenuStrip ( ) : ContextMenuStrip
getTabPages ( ) : TabControl.TabPageCollection
initCapture ( ) : void
initializeUI ( ) : void
log ( string str ) : void
router ( string path ) : PLinkCore.PLinkApiType

메소드 상세

OnLoad() 공개 메소드

public OnLoad ( ) : void
리턴 void

OnTabStateChange() 공개 추상적인 메소드

public abstract OnTabStateChange ( TabPage tab ) : void
tab System.Windows.Forms.TabPage
리턴 void

OnUnload() 공개 메소드

public OnUnload ( ) : void
리턴 void

PLink() 공개 메소드

public PLink ( ) : System
리턴 System

SetConfig() 공개 추상적인 메소드

public abstract SetConfig ( string key, string value ) : void
key string
value string
리턴 void

getAppName() 공개 추상적인 메소드

public abstract getAppName ( ) : string
리턴 string

getMenuStrip() 공개 추상적인 메소드

public abstract getMenuStrip ( ) : ContextMenuStrip
리턴 System.Windows.Forms.ContextMenuStrip

getTabPages() 공개 추상적인 메소드

public abstract getTabPages ( ) : TabControl.TabPageCollection
리턴 System.Windows.Forms.TabControl.TabPageCollection

initCapture() 공개 추상적인 메소드

public abstract initCapture ( ) : void
리턴 void

initializeUI() 공개 추상적인 메소드

public abstract initializeUI ( ) : void
리턴 void

log() 공개 추상적인 메소드

public abstract log ( string str ) : void
str string
리턴 void

router() 공개 메소드

public router ( string path ) : PLinkCore.PLinkApiType
path string
리턴 PLinkCore.PLinkApiType

프로퍼티 상세

host 공개적으로 정적으로 프로퍼티

public static HostData,PLinkCore host
리턴 HostData

hostTab 보호되어 있는 프로퍼티

protected HostTab,PLinkCore hostTab
리턴 HostTab