PluginSettingsReadLong Method (IPlugin, String) |
Returns a nullable long from
Values.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<long> ReadLong(
IPlugin plugin,
string key
)
Public Function ReadLong (
plugin As IPlugin,
key As String
) As Nullable(Of Long)
public:
Nullable<long long> ReadLong(
IPlugin^ plugin,
String^ key
)
member ReadLong :
plugin : IPlugin *
key : string -> Nullable<int64>
Parameters
- plugin
- Type: VirtualRadar.InterfaceIPlugin
- key
- Type: SystemString
Return Value
Type:
NullableInt64See Also