C# Class SciterOSX.BaseHost

Inheritance: SciterSharp.SciterHost
Afficher le fichier Open project: MISoftware/SciterSharp

Protected Properties

Свойство Type Description
_api SciterSharp.Interop.SciterX.ISciterAPI
_archive SciterSharp.SciterArchive
_wnd SciterSharp.SciterWindow

Méthodes publiques

Méthode Description
BaseHost ( ) : System
SetupPage ( string page_from_res_folder ) : void
SetupWindow ( SciterWindow wnd ) : void

Méthodes protégées

Méthode Description
OnLoadData ( SciterXDef sld ) : SciterXDef.LoadResult

Method Details

BaseHost() public méthode

public BaseHost ( ) : System
Résultat System

OnLoadData() protected méthode

protected OnLoadData ( SciterXDef sld ) : SciterXDef.LoadResult
sld SciterSharp.Interop.SciterXDef
Résultat SciterXDef.LoadResult

SetupPage() public méthode

public SetupPage ( string page_from_res_folder ) : void
page_from_res_folder string
Résultat void

SetupWindow() public méthode

public SetupWindow ( SciterWindow wnd ) : void
wnd SciterSharp.SciterWindow
Résultat void

Property Details

_api protected_oe static_oe property

protected static SciterX.ISciterAPI,SciterSharp.Interop _api
Résultat SciterSharp.Interop.SciterX.ISciterAPI

_archive protected_oe property

protected SciterArchive,SciterSharp _archive
Résultat SciterSharp.SciterArchive

_wnd protected_oe property

protected SciterWindow,SciterSharp _wnd
Résultat SciterSharp.SciterWindow