InvokeMethodNameAttribute 类

定义

应用于可调用接口上的方法属性,以指定提交请求时要调用的基类型上的方法的名称。

[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 方法的名称。

适用于