Click or drag to resize

HostUtilsGetActivePlugInVersionFolders Method

Recurses through the auto install plug-in folders and returns the directories containing "active" versions of plug-ins.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.17
Syntax
public static IEnumerable<DirectoryInfo> GetActivePlugInVersionFolders()

Return Value

Type: IEnumerableDirectoryInfo

[Missing <returns> documentation for "M:Rhino.Runtime.HostUtils.GetActivePlugInVersionFolders"]

Remarks
If the same package is installed in both the user and machine locations, the newest directory wins.
See Also