C# Class WPTweaker.RegistryEntry

Mostrar archivo Open project: sensboston/WPTweaker Class Usage Examples

Public Methods

Method 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 method

public static DataTypeFromString ( string dataType ) : RegDataType
dataType string
return RegDataType

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsInteropUnlocked() public static method

public static IsInteropUnlocked ( ) : bool
return bool

RegistryEntry() public method

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
return DevProgram

Reset() public method

public Reset ( ) : void
return void