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