C# Class FalcoA.Core.Context

Inheritance: IServiceProvider
Afficher le fichier Open project: TaikorInc/FalcoA Class Usage Examples

Méthodes publiques

Méthode Description
Context ( ) : System
GetService ( Type serviceType ) : object

获取服务,目前应用在获取Gecko浏览器实例

PushResult ( PhaseResult result ) : void

将一次流程的结果放入堆栈

Resolve ( String raw ) : String

运行时解析模板中的数据绑定

Method Details

Context() public méthode

public Context ( ) : System
Résultat System

GetService() public abstract méthode

获取服务,目前应用在获取Gecko浏览器实例
public abstract GetService ( Type serviceType ) : object
serviceType System.Type
Résultat object

PushResult() public méthode

将一次流程的结果放入堆栈
public PushResult ( PhaseResult result ) : void
result PhaseResult
Résultat void

Resolve() public méthode

运行时解析模板中的数据绑定
public Resolve ( String raw ) : String
raw String
Résultat String