PluginPackageColGetPluginPackages Method

Gets a list of package info Includes name, id, file path, version, description, and modification date

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public List<PluginPackage> GetPluginPackages()

Return Value

ListPluginPackage
A list of all packages in the collection.

See Also