C# Class WebMarco.Frontend.Common.BaseWindowImplementer

Inheritance: IBaseWindow
Afficher le fichier Open project: vhnatyk/WebMarco.2.0

Méthodes publiques

Méthode Description
CallFrontend ( string script ) : object
ExecuteOnMainThread ( System.Action action ) : void
ProcessCallFromFrontend ( CallConfig config ) : CallResult

Method Details

CallFrontend() public méthode

public CallFrontend ( string script ) : object
script string
Résultat object

ExecuteOnMainThread() public méthode

public ExecuteOnMainThread ( System.Action action ) : void
action System.Action
Résultat void

ProcessCallFromFrontend() public méthode

public ProcessCallFromFrontend ( CallConfig config ) : CallResult
config WebMarco.Backend.Bridge.Common.CallConfig
Résultat WebMarco.Backend.Bridge.Common.CallResult