PluginSettingsReadInt Method (IPlugin, String, Int32) |
Returns an integer from
Values.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int ReadInt(
IPlugin plugin,
string key,
int defaultValue
)
Public Function ReadInt (
plugin As IPlugin,
key As String,
defaultValue As Integer
) As Integer
public:
int ReadInt(
IPlugin^ plugin,
String^ key,
int defaultValue
)
member ReadInt :
plugin : IPlugin *
key : string *
defaultValue : int -> int
Parameters
- plugin
- Type: VirtualRadar.InterfaceIPlugin
- key
- Type: SystemString
- defaultValue
- Type: SystemInt32
Return Value
Type:
Int32See Also