共用方式為


OperationExecutor 類別

定義

設計階段作業的外觀。

public class OperationExecutor
public class OperationExecutor : MarshalByRefObject
type OperationExecutor = class
type OperationExecutor = class
    inherit MarshalByRefObject
Public Class OperationExecutor
Public Class OperationExecutor
Inherits MarshalByRefObject
繼承
OperationExecutor
繼承
OperationExecutor

備註

使用 CreateInstance 和 上的 AppDomainActivator 多載搭配巢狀類型來執行作業。

建構函式

OperationExecutor(IOperationReportHandler, IDictionary)

初始化 OperationExecutor 類別的新執行個體

OperationExecutor(Object, IDictionary)

初始化 OperationExecutor 類別的新執行個體。

支援的 args 引數如下:

targetName--目標專案的元件名稱。

startupTargetName--啟動專案的元件名稱。

projectDir--目標專案的根目錄。

rootNamespace--目標專案的根命名空間。

適用於