C# Class wphTweaks.Tweak

ファイルを表示 Open project: windowsphonehacker/wph-tweaks Class Usage Examples

Public Properties

Property Type Description
defaultInt int
defaultString string
description string
key string
keyType tweakType
maxValue int
minValue int
offValue int
onValue int
options List
rebootNeeded bool
strOffValue string
strOnValue string
title string
type controlType

Public Methods

Method Description
getHyve ( ) : WP7RootToolsSDK.RegistryHyve
getKeyName ( ) : string
getValueName ( ) : string

Method Details

getHyve() public method

public getHyve ( ) : WP7RootToolsSDK.RegistryHyve
return WP7RootToolsSDK.RegistryHyve

getKeyName() public method

public getKeyName ( ) : string
return string

getValueName() public method

public getValueName ( ) : string
return string

Property Details

defaultInt public_oe property

public int defaultInt
return int

defaultString public_oe property

public string defaultString
return string

description public_oe property

public string description
return string

key public_oe property

public string key
return string

keyType public_oe property

public tweakType keyType
return tweakType

maxValue public_oe property

public int maxValue
return int

minValue public_oe property

public int minValue
return int

offValue public_oe property

public int offValue
return int

onValue public_oe property

public int onValue
return int

options public_oe property

public List options
return List

rebootNeeded public_oe property

public bool rebootNeeded
return bool

strOffValue public_oe property

public string strOffValue
return string

strOnValue public_oe property

public string strOnValue
return string

title public_oe property

public string title
return string

type public_oe property

public controlType type
return controlType