ConstructionCall.ActivationType 属性
定义
获取要激活的远程对象的类型。Gets the type of the remote object to activate.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property Type ^ ActivationType { Type ^ get(); };
public Type ActivationType { get; }
[get: System.Security.SecurityCritical]
public Type ActivationType { get; }
member this.ActivationType : Type
[<get: System.Security.SecurityCritical>]
member this.ActivationType : Type
Public ReadOnly Property ActivationType As Type
属性值
要激活的远程对象的 Type。The Type of the remote object to activate.
实现
- 属性