Click or drag to resize

PlugInGetInstalledPlugIns Method

Get a list of all registered plug-in's regardless of if they are loaded or not.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Dictionary<Guid, string> GetInstalledPlugIns()

Return Value

Type: DictionaryGuid, String
Dictionary with plug-in ID as key and localized plug-in name as value
See Also