Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public class Gregor.Core.CAppContext : System.Object Custom Attributes: Description:
internal CAppContext() Custom Attributes: Description:
private Gregor.Core.CAssemblyLoader m_AssemblyLoader Custom Attributes: Description:
private Gregor.Core.IImageList m_ImageList Custom Attributes: Description:
private System.Boolean m_Initialized Custom Attributes: Description:
private Gregor.Core.IIoProvider m_IoProvider Custom Attributes: Description:
private Gregor.Core.CLanguagePool m_LanguagePool Custom Attributes: Description:
private System.Collections.Hashtable m_Paths Custom Attributes: Description:
public const System.String PATHID_BIN = "BinFolder" Custom Attributes: Description:
public const System.String PATHID_CONFIG = "ConfigFolder" Custom Attributes: Description:
public const System.String PATHID_INSTALLATION = "InstallationFolder" Custom Attributes: Description:
public Gregor.Core.CAssemblyLoader AssemblyLoader {get;set;}
Custom Attributes:
Description:
public System.String BinFolderPath {get;}
Custom Attributes:
Description:
public Gregor.Core.Configuration.CCommandLine CommandLine {get;}
Custom Attributes:
Description:
public System.String ConfigFolderPath {get;}
Custom Attributes:
Description:
public Gregor.Core.IImageList ImageList {get;set;}
Custom Attributes:
Description:
public System.String InstallationFolderPath {get;}
Custom Attributes:
Description:
public Gregor.Core.IIoProvider IoProvider {get;set;}
Custom Attributes:
Description:
public System.Boolean IsInitialized {get;}
Custom Attributes:
Description:
public Gregor.Core.CLanguagePool LanguagePool {get;}
Custom Attributes:
Description:
private void CheckInitialization() Custom Attributes: Description:
public System.String GetAbsolutePath(System.String sBasePathId, System.String sRelPath) Custom Attributes: Description:
public System.String GetPath(System.String sId) Custom Attributes: Description:
public System.String GetRelativePath(System.String sBasePathId, System.String sAbsPath) Custom Attributes: Description:
public void Initialize(System.String sBinFolderPath, System.String sConfigFolderPath, System.String sInstallationFolderPath) Custom Attributes: Description:
public Gregor.Core.ISetXmlArgs LoadConfiguration(System.String sFullPath, System.Text.Encoding enc) Custom Attributes: Description:
public Gregor.Core.ISetXmlArgs LoadConfiguration(System.String sFullPath, System.Text.Encoding enc, System.Object tag, Gregor.Core.SetXmlCallback cb) Custom Attributes: Description:
public void SaveConfiguration(System.String sFullPath, System.Text.Encoding enc, Gregor.Core.IGetXmlArgs rootArgs) Custom Attributes: Description:
public Gregor.Core.IGetXmlArgs Serialize(System.String sDocElementName) Custom Attributes: Description:
public Gregor.Core.IGetXmlArgs Serialize(System.String sDocElementName, System.Object tag) Custom Attributes: Description:
public void SetPath(System.String sId, System.String sFullPath) Custom Attributes: Description: