IPluginMetadataRebase Method
Namespace: SMath.Extensibility.SetupAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
IPluginMetadata Rebase(
string newAssemblyFolder
)
Function Rebase (
newAssemblyFolder As String
) As IPluginMetadata
IPluginMetadata^ Rebase(
String^ newAssemblyFolder
)
abstract Rebase :
newAssemblyFolder : string -> IPluginMetadata
- 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.
IPluginMetadata
A new instance of
IPluginMetadata with a new value of
AssemblyPath property according to
newAssemblyFolder.