PluginSettingsReadLong Method (IPlugin, String, Int64) |
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long ReadLong(
IPlugin plugin,
string key,
long defaultValue
)
Public Function ReadLong (
plugin As IPlugin,
key As String,
defaultValue As Long
) As Long
public:
long long ReadLong(
IPlugin^ plugin,
String^ key,
long long defaultValue
)
member ReadLong :
plugin : IPlugin *
key : string *
defaultValue : int64 -> int64
Parameters
- plugin
- Type: VirtualRadar.InterfaceIPlugin
- key
- Type: SystemString
- defaultValue
- Type: SystemInt64
Return Value
Type:
Int64See Also