ConfigurationItem Methods |
The ConfigurationItem type exposes the following members.
Name | Description | |
---|---|---|
Create |
Creates a new configuration file that can then be loaded normally.
Note: This will NOT overwrite an existing file.
| |
Delete |
Deletes the configuration item.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Get |
Retrieves the value of a configuration item from its file.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SecureGet |
Retrieves an AES 256 encrypted value from the configuration file.
| |
SecureWrite |
Writes an AES 256 encrypted value to its configuration file.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Write |
Writes a configuration item's value to a file.
|