C# Class PLinkCore.PLink

Mostra file Open project: easylogic/plink Class Usage Examples

Public Properties

Property Type Description
host HostData

Protected Properties

Property Type Description
hostTab HostTab

Public Methods

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

Method Details

OnLoad() public method

public OnLoad ( ) : void
return void

OnTabStateChange() public abstract method

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

OnUnload() public method

public OnUnload ( ) : void
return void

PLink() public method

public PLink ( ) : System
return System

SetConfig() public abstract method

public abstract SetConfig ( string key, string value ) : void
key string
value string
return void

getAppName() public abstract method

public abstract getAppName ( ) : string
return string

getMenuStrip() public abstract method

public abstract getMenuStrip ( ) : ContextMenuStrip
return System.Windows.Forms.ContextMenuStrip

getTabPages() public abstract method

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

initCapture() public abstract method

public abstract initCapture ( ) : void
return void

initializeUI() public abstract method

public abstract initializeUI ( ) : void
return void

log() public abstract method

public abstract log ( string str ) : void
str string
return void

router() public method

public router ( string path ) : PLinkCore.PLinkApiType
path string
return PLinkCore.PLinkApiType

Property Details

host public_oe static_oe property

public static HostData,PLinkCore host
return HostData

hostTab protected_oe property

protected HostTab,PLinkCore hostTab
return HostTab