C# Class FalcoA.Core.Context

Inheritance: IServiceProvider
Show file Open project: TaikorInc/FalcoA Class Usage Examples

Public Methods

Method Description
Context ( ) : System
GetService ( Type serviceType ) : object

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

PushResult ( PhaseResult result ) : void

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

Resolve ( String raw ) : String

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

Method Details

Context() public method

public Context ( ) : System
return System

GetService() public abstract method

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

PushResult() public method

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

Resolve() public method

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