Properties Class |
Namespace: OBCOM.NetSwitchLib.Utils
The Properties type exposes the following members.
Name | Description | |
---|---|---|
Properties |
Constructs a new Properties instance.
| |
Properties(Properties) |
Constructs a new Properties instance with defaults.
|
Name | Description | |
---|---|---|
Clear |
Removes all properties from the set.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the key/value pairs.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetProperty(String) |
Returns the value of the property indexed by name.
| |
GetProperty(String, String) |
Returns the value of the property indexed by name.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load |
Loads properties from supplied path.
| |
RemoveProperty |
Removes the property indexed by name.
| |
SetProperty |
Adds a property with supplied name and value.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |