RegTriplet Class

Represents managed registry key value.

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
C#
public class RegTriplet
Inheritance
Object    RegTriplet

Constructors

RegTriplet(AppConfigEntry) Initializes a new instance of RegTriplet class from app config entry.
RegTriplet(String, RegistryValueKind) Initializes a new instance of RegTriplet class from entry name and value type.

Properties

Name Gets the registry value name.
Type Gets registry value type.
Value Gets or sets the registry value data.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also