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