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