C# Class WPTweaker.RegistryEntry

Afficher le fichier Open project: sensboston/WPTweaker Class Usage Examples

Méthodes publiques

Méthode Description
DataTypeFromString ( string dataType ) : RegDataType
GetHashCode ( ) : int
IsInteropUnlocked ( ) : bool
RegistryEntry ( string fullPath, string keyName, RegDataType dataType, object defaultValue = null, string comparer = "", System.Int64 min = Int64.MinValue, System.Int64 max = Int64.MaxValue ) : DevProgram
Reset ( ) : void

Method Details

DataTypeFromString() public static méthode

public static DataTypeFromString ( string dataType ) : RegDataType
dataType string
Résultat RegDataType

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsInteropUnlocked() public static méthode

public static IsInteropUnlocked ( ) : bool
Résultat bool

RegistryEntry() public méthode

public RegistryEntry ( string fullPath, string keyName, RegDataType dataType, object defaultValue = null, string comparer = "", System.Int64 min = Int64.MinValue, System.Int64 max = Int64.MaxValue ) : DevProgram
fullPath string
keyName string
dataType RegDataType
defaultValue object
comparer string
min System.Int64
max System.Int64
Résultat DevProgram

Reset() public méthode

public Reset ( ) : void
Résultat void