IPluginInitialMeta.Rebase Method

Returns a new instance of IPluginInitialMeta with different values of path properties.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
IPluginInitialMeta Rebase(
	string newAssemblyFolder,
	string configPath
)

Parameters

newAssemblyFolder  String
New folder path to use for the plug-in assembly. The value of AssemblyPath property in the new instance will be combined of newAssemblyFolder and FileName from this instance.
configPath  String
New value of ConfigPath property.

Return Value

IPluginInitialMeta
A new instance of IPluginInitialMeta with the specified values of AssemblyPath and ConfigPath properties.

See Also