PluginInitialMeta(String, String) Constructor

Constructor of the Represents a meta data of the plug-in and its assembly. class with a given path and config values.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public PluginInitialMeta(
	string path,
	string config
)

Parameters

path  String
config  String

See Also