PluginSettingsReadBool Method (IPlugin, String, Boolean) |
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool ReadBool(
IPlugin plugin,
string key,
bool defaultValue
)
Public Function ReadBool (
plugin As IPlugin,
key As String,
defaultValue As Boolean
) As Boolean
public:
bool ReadBool(
IPlugin^ plugin,
String^ key,
bool defaultValue
)
member ReadBool :
plugin : IPlugin *
key : string *
defaultValue : bool -> bool
Parameters
- plugin
- Type: VirtualRadar.InterfaceIPlugin
- key
- Type: SystemString
- defaultValue
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also