次の方法で共有


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入れ子になった型で および ActivatorAppDomainオーバーロードを使用して、操作を実行します。

コンストラクター

OperationExecutor(IOperationReportHandler, IDictionary)

OperationExecutor クラスの新しいインスタンスを初期化します。

OperationExecutor(Object, IDictionary)

OperationExecutor クラスの新しいインスタンスを初期化します。

args サポートされる引数は次のとおりです。

targetName--ターゲット プロジェクトのアセンブリ名。

startupTargetName--スタートアップ プロジェクトのアセンブリ名。

projectDir--ターゲット プロジェクトのルート ディレクトリ。

rootNamespace--ターゲット プロジェクトのルート名前空間。

適用対象