Click or drag to resize
IPluginPluginFolder Property
Gets or sets the folder that the plugin has been installed into.

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

Property Value

Type: String
Remarks
The plugin should just provide the property - VRS will fill this value in when it loads the plugin. It will not be filled in until after the constructor has finished running so you cannot refer to it from the constructor.
See Also