Generic Inliner  1.0.0.0
A base for making inliners for .NET deobfuscation
Public Member Functions | Static Public Member Functions | Properties | List of all members
ClientPlugin.UI.PluginControl Class Reference

Public Member Functions

override string ToString ()
 

Static Public Member Functions

static bool operator== (PluginControl a, PluginControl b)
 
static bool operator!= (PluginControl a, PluginControl b)
 

Properties

int Index [get, set]
 Control order index in it's type group More...
 
ControlType Type [get, set]
 Control Type More...
 
string Name [get, set]
 Control Name, is not unique More...
 
string Description [get, set]
 Control description, keep it short. More...
 
object Value [get, set]
 Used to save/load a control and keep it's values, do not use! More...
 

Property Documentation

◆ Description

string ClientPlugin.UI.PluginControl.Description
getset

Control description, keep it short.

◆ Index

int ClientPlugin.UI.PluginControl.Index
getset

Control order index in it's type group

◆ Name

string ClientPlugin.UI.PluginControl.Name
getset

Control Name, is not unique

◆ Type

ControlType ClientPlugin.UI.PluginControl.Type
getset

Control Type

◆ Value

object ClientPlugin.UI.PluginControl.Value
getset

Used to save/load a control and keep it's values, do not use!


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