The Registry type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Registry |
Initializes a new instance of the Registry class.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
![]() | 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.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetTimeSpan |
Gets a timespan value from the registry.
|
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | GetValue |
Gets a value from the registry.
|
![]() | GetValueAsString T |
Gets a value from the registry, stored as a string.
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | SetTimeSpan |
Saves a timespan value in the registry.
|
![]() | SetValue T |
Saves a value in the registry.
|
![]() | SetValueAsString T |
Saves a value as a string in the registry.
|
![]() | ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | AppName |
Gets the application name for which registry data is used. The reg path uses this information.
|
See Also