IPluginComponentMetadataDependencies Property

Describes the plug-ins this plug-in depends on.

Definition

Namespace: SMath.Extensibility.Setup
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
ReadOnlyCollection<IPluginDependency> Dependencies { get; }

Property Value

ReadOnlyCollectionIPluginDependency

See Also