Click or drag to resize

Properties Methods

The Properties type exposes the following members.

Methods
  NameDescription
Public methodClear
Removes all properties from the set.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the key/value pairs.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperty(String)
Returns the value of the property indexed by name.
Public methodGetProperty(String, String)
Returns the value of the property indexed by name.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Loads properties from supplied path.
Public methodRemoveProperty
Removes the property indexed by name.
Public methodSetProperty
Adds a property with supplied name and value.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also