Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Cedar
CedarAppStore
C# Class Cedar.CedarAppStore
Initiates Cedar Application
There should be only one instance for this class across the application lifecycle. This class follows singleton pattern to provide single instance approach
显示文件
Open project: Vadi/Cedar
Public Methods
Method
Description
CedarAppStore
( ) :
System
GetContextOf
(
string
appName
) :
AppContext
Creates a context for a given application
Method Details
CedarAppStore()
public
method
public
CedarAppStore
( ) :
System
return
System
GetContextOf()
public
method
Creates a context for a given application
public
GetContextOf
(
string
appName
) :
AppContext
appName
string
return
AppContext