Click or drag to resize

FoldersAssemblyFolders Property

Gets a list of all the directories from which GHA assemblies are loaded. Note: this is not the same as all folders from which GHA files were loaded at startup. This list includes the default Grasshopper folders, custom GHA folders and the locations provided by Rhino.Runtime.HostUtils.GetAssemblySearchPaths(). Folders which do not contain GHA files are omitted, as are duplicate entries.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static List<GH_AssemblyFolderInfo> AssemblyFolders { get; }

Property Value

Type: ListGH_AssemblyFolderInfo

[Missing <value> documentation for "P:Grasshopper.Folders.AssemblyFolders"]

Return Value

Type: ListGH_AssemblyFolderInfo
A list of load target directories.
See Also