PluginDependencyAttribute Constructor
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public PluginDependencyAttribute(
string name,
string path
)
Public Sub New (
name As String,
path As String
)
public:
PluginDependencyAttribute(
String^ name,
String^ path
)
new :
name : string *
path : string -> PluginDependencyAttribute
Parameters
- name String
Name of dependency.
- path String
Path to the dependency file (either absolute or relative to the location of the plugin file).