AmpHelper
Public Member Functions | Properties | List of all members
AmpHelper.Attributes.InstantiableTweakInfo Class Reference

TweakInfo, but with a CreateInstance(string) function. More...

Inheritance diagram for AmpHelper.Attributes.InstantiableTweakInfo:
AmpHelper.Attributes.TweakInfo

Public Member Functions

ITweak CreateInstance (string unpackedPath)
 Creates an instance of the tweak More...
 
- Public Member Functions inherited from AmpHelper.Attributes.TweakInfo
 TweakInfo (string Name, string Verb, string Description=null, string EnableText=null, string DisableText=null, string EnabledText=null, string DisabledText=null)
 Instantiates a TweakInfo object. More...
 

Properties

Type TweakType [get, protected set]
 The tweak type to create an instance of. More...
 
- Properties inherited from AmpHelper.Attributes.TweakInfo
string Name [get, protected set]
 The name of the tweak More...
 
string Verb [get, protected set]
 The verb used to activate the tweak More...
 
string Description [get, protected set]
 A description of the tweak More...
 
string EnableText [get, protected set]
 Text used when the tweak is enabled More...
 
string DisableText [get, protected set]
 Text used when the tweak is disabled More...
 
string EnabledText [get, protected set]
 Status text used when the tweak has been enabled More...
 
string DisabledText [get, protected set]
 Status text used when the tweak has been disabled More...
 

Additional Inherited Members

- Protected Member Functions inherited from AmpHelper.Attributes.TweakInfo
 TweakInfo ()
 

Detailed Description

TweakInfo, but with a CreateInstance(string) function.

Member Function Documentation

◆ CreateInstance()

ITweak AmpHelper.Attributes.InstantiableTweakInfo.CreateInstance ( string  unpackedPath)
inline

Creates an instance of the tweak

Parameters
unpackedPath
Returns

Property Documentation

◆ TweakType

Type AmpHelper.Attributes.InstantiableTweakInfo.TweakType
getprotected set

The tweak type to create an instance of.


The documentation for this class was generated from the following file: