PluginInitialMeta(String, String, Int32, String, String, Boolean) Constructor

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

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public PluginInitialMeta(
	string path,
	string config,
	int sortOrder,
	string version,
	string guid,
	bool disabled
)

Parameters

path  String
config  String
sortOrder  Int32
version  String
guid  String
disabled  Boolean

See Also