Click or drag to resize
PluginStartupParametersPluginFolder Property
Gets the folder that the plugin was installed into.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string PluginFolder { get; }

Property Value

Type: String
Remarks
This is the folder under [PROGRAM FILES]\VirtualRadar\Plugins that the plugin has been installed to. So for example, if VRS was installed to c:\Program Files\VirtualRadar and the plugin was installed to c:\ProgramFiles\VirtualRadar\Plugins\MyPlugin then the value of this property would be c:\ProgramFiles\VirtualRadar\Plugins\MyPlugin.
See Also