IPluginInitialMeta.Rebase Method
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
IPluginInitialMeta Rebase(
string newAssemblyFolder,
string configPath
)
Function Rebase (
newAssemblyFolder As String,
configPath As String
) As IPluginInitialMeta
IPluginInitialMeta^ Rebase(
String^ newAssemblyFolder,
String^ configPath
)
abstract Rebase :
newAssemblyFolder : string *
configPath : string -> IPluginInitialMeta
- 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.
IPluginInitialMeta
A new instance of
IPluginInitialMeta with the specified values
of
AssemblyPath and
ConfigPath properties.