indeXus.Net Shared Cache
Syntax
| C# |
|---|
public class Config |
| Visual Basic (Declaration) |
|---|
Public Class Config |
| Visual C++ |
|---|
public ref class Config |
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
| ConfigConfigNew |
Initializes a new instance of the Config class.
|
Public Methods
| Name | Description | |
|---|---|---|
| DisplayAppSettings |
Displays the app.config settings.
| |
| Equals | (Inherited from Object.) | |
| GetDoubleValueFromConfigByKey |
Get the value based on the key from the app.config
| |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetIntValueFromConfigByKey |
Get the value based on the key from the app.config
| |
| GetNumOfDefinedAppSettings |
Gets the num of defined app settings.
| |
| GetStringValueFromConfigByKey |
Get the value based on the key from the app.config
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
See Also
Config
MergeSystem.Indexus.Notify Namespace
