C# Class FalcoA.Core.BasicContext

Inheritance: Context
显示文件 Open project: TaikorInc/FalcoA

Public Methods

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

Method Details

GetDefaultContext() public static method

public static GetDefaultContext ( ) : Context
return Context

GetService() public method

public GetService ( Type serviceType ) : object
serviceType System.Type
return object