PluginStartupParametersPluginFolder Property |
Gets the folder that the plugin was installed into.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string PluginFolder { get; }
Public ReadOnly Property PluginFolder As String
Get
public:
property String^ PluginFolder {
String^ get ();
}
member PluginFolder : string with get
Property Value
Type:
StringRemarks
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