C# Class wphTweaks.Tweak

Afficher le fichier Open project: windowsphonehacker/wph-tweaks Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
getHyve ( ) : WP7RootToolsSDK.RegistryHyve
getKeyName ( ) : string
getValueName ( ) : string

Method Details

getHyve() public méthode

public getHyve ( ) : WP7RootToolsSDK.RegistryHyve
Résultat WP7RootToolsSDK.RegistryHyve

getKeyName() public méthode

public getKeyName ( ) : string
Résultat string

getValueName() public méthode

public getValueName ( ) : string
Résultat string

Property Details

defaultInt public_oe property

public int defaultInt
Résultat int

defaultString public_oe property

public string defaultString
Résultat string

description public_oe property

public string description
Résultat string

key public_oe property

public string key
Résultat string

keyType public_oe property

public tweakType keyType
Résultat tweakType

maxValue public_oe property

public int maxValue
Résultat int

minValue public_oe property

public int minValue
Résultat int

offValue public_oe property

public int offValue
Résultat int

onValue public_oe property

public int onValue
Résultat int

options public_oe property

public List options
Résultat List

rebootNeeded public_oe property

public bool rebootNeeded
Résultat bool

strOffValue public_oe property

public string strOffValue
Résultat string

strOnValue public_oe property

public string strOnValue
Résultat string

title public_oe property

public string title
Résultat string

type public_oe property

public controlType type
Résultat controlType