ActionContextAddDependency Method

Note: This API is now obsolete.
Adds dependency from the specifed plug-in.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
[ObsoleteAttribute("Thid method is replaced by RegionDependencies.Add(IComponentInfo)")]
public void AddDependency(
	AssemblyInfo info
)

Parameters

info  AssemblyInfo
Plug-in information.

See Also