PluginDependencyAttribute Constructor

Describes an additional dependency of a plugin which cannot be found via GetReferencedAssemblies().

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public PluginDependencyAttribute(
	string name,
	string path
)

Parameters

name  String
Name of dependency.
path  String
Path to the dependency file (either absolute or relative to the location of the plugin file).

See Also