DefaultInvokeMethodNameAttribute 类

定义

应用于代理基类型和用于 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

获取此属性适用的接口方法返回类型。

适用于