PluginSettings.ReadBool Method (IPlugin, String, Boolean) |
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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.Interface.IPlugin
- key
- Type: System.String
- defaultValue
- Type: System.Boolean
Return Value
Type:
Boolean
See Also