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