OperationExecutor 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设计时操作的立面。
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
和 Activator 上的重载AppDomain与嵌套类型一起使用以执行操作。
构造函数
OperationExecutor(IOperationReportHandler, IDictionary) |
初始化 OperationExecutor 类的新实例。 |
OperationExecutor(Object, IDictionary) |
初始化 OperationExecutor 类的新实例。 支持
|