Class CalcCopyBuildResultPathDelegate
Return result path - where build result of dependency project should be copied. Using after compiling, when we
copy build results into parent projects
Inheritance
object
CalcCopyBuildResultPathDelegate
Namespace: BuildSystem.ProjectList
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public sealed class CalcCopyBuildResultPathDelegate : MulticastDelegate
Constructors
CalcCopyBuildResultPathDelegate(object, IntPtr)
Declaration
public CalcCopyBuildResultPathDelegate(object @object, IntPtr method)
Parameters
Type |
Name |
Description |
object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(ProjectInfo, ProjectInfo, string, string?, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(ProjectInfo parentProjectInfo, ProjectInfo dependencyProjectInfo, string buildResultPath, string? defaultPath, AsyncCallback callback, object @object)
Parameters
Type |
Name |
Description |
ProjectInfo |
parentProjectInfo |
|
ProjectInfo |
dependencyProjectInfo |
|
string |
buildResultPath |
|
string |
defaultPath |
|
System.AsyncCallback |
callback |
|
object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual string? EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Invoke(ProjectInfo, ProjectInfo, string, string?)
Declaration
public virtual string? Invoke(ProjectInfo parentProjectInfo, ProjectInfo dependencyProjectInfo, string buildResultPath, string? defaultPath)
Parameters
Type |
Name |
Description |
ProjectInfo |
parentProjectInfo |
|
ProjectInfo |
dependencyProjectInfo |
|
string |
buildResultPath |
|
string |
defaultPath |
|
Returns