IPluginMetadataRebase Method

Returns a new instance of IPluginMetadata with a different value of AssemblyPath.

Definition

Namespace: SMath.Extensibility.Setup
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
IPluginMetadata Rebase(
	string newAssemblyFolder
)

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.

Return Value

IPluginMetadata
A new instance of IPluginMetadata with a new value of AssemblyPath property according to newAssemblyFolder.

See Also