InvokableBaseTypeAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用于在可调用接口方法上使用的属性类型,以指定表示方法调用的可调用对象的基类型。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=true)]
public sealed class InvokableBaseTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=true)>]
type InvokableBaseTypeAttribute = class
inherit Attribute
Public NotInheritable Class InvokableBaseTypeAttribute
Inherits Attribute
- 继承
-
InvokableBaseTypeAttribute
- 属性
构造函数
InvokableBaseTypeAttribute(Type, Type, Type) |
初始化 InvokableBaseTypeAttribute 类的新实例。 |
属性
InvokableBaseType |
获取要用于生成的可调用对象的基类型。 |
ProxyBaseClass |
获取此属性应用于的代理基类。 |
ProxyInvokeMethodName |
获取或设置在调用此方法时要调用的代理对象上的方法的名称。 |
ReturnType |
获取此方法返回类型,该属性适用于该类型。 |