C# Class PLinkCore.PLink

Afficher le fichier Open project: easylogic/plink Class Usage Examples

Méthodes publiques

Свойство Type Description
host HostData

Protected Properties

Свойство Type Description
hostTab HostTab

Méthodes publiques

Méthode 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 méthode

public OnLoad ( ) : void
Résultat void

OnTabStateChange() public abstract méthode

public abstract OnTabStateChange ( TabPage tab ) : void
tab System.Windows.Forms.TabPage
Résultat void

OnUnload() public méthode

public OnUnload ( ) : void
Résultat void

PLink() public méthode

public PLink ( ) : System
Résultat System

SetConfig() public abstract méthode

public abstract SetConfig ( string key, string value ) : void
key string
value string
Résultat void

getAppName() public abstract méthode

public abstract getAppName ( ) : string
Résultat string

getMenuStrip() public abstract méthode

public abstract getMenuStrip ( ) : ContextMenuStrip
Résultat System.Windows.Forms.ContextMenuStrip

getTabPages() public abstract méthode

public abstract getTabPages ( ) : TabControl.TabPageCollection
Résultat System.Windows.Forms.TabControl.TabPageCollection

initCapture() public abstract méthode

public abstract initCapture ( ) : void
Résultat void

initializeUI() public abstract méthode

public abstract initializeUI ( ) : void
Résultat void

log() public abstract méthode

public abstract log ( string str ) : void
str string
Résultat void

router() public méthode

public router ( string path ) : PLinkCore.PLinkApiType
path string
Résultat PLinkCore.PLinkApiType

Property Details

host public_oe static_oe property

public static HostData,PLinkCore host
Résultat HostData

hostTab protected_oe property

protected HostTab,PLinkCore hostTab
Résultat HostTab