Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
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
Afficher le fichier
Open project: Vadi/Cedar
Méthodes publiques
Méthode
Description
CedarAppStore
( ) :
System
GetContextOf
(
string
appName
) :
AppContext
Creates a context for a given application
Method Details
CedarAppStore()
public
méthode
public
CedarAppStore
( ) :
System
Résultat
System
GetContextOf()
public
méthode
Creates a context for a given application
public
GetContextOf
(
string
appName
) :
AppContext
appName
string
Résultat
AppContext