GH_ComponentServer.Libraries Property

GH_ComponentServerLibraries Property

Returns a list of Assembly Info objects describing all loaded assemblies.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public ReadOnlyCollection<GH_AssemblyInfo> Libraries { get; }
Public ReadOnly Property Libraries As ReadOnlyCollection(Of GH_AssemblyInfo)
	Get

Property Value

Type: ReadOnlyCollectionGH_AssemblyInfo

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_ComponentServer.Libraries"]

See Also