InvokableBaseTypeAttribute 类

定义

应用于在可调用接口方法上使用的属性类型,以指定表示方法调用的可调用对象的基类型。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=true)]
public sealed class InvokableBaseTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=true)>]
type InvokableBaseTypeAttribute = class
    inherit Attribute
Public NotInheritable Class InvokableBaseTypeAttribute
Inherits Attribute
继承
InvokableBaseTypeAttribute
属性

构造函数

InvokableBaseTypeAttribute(Type, Type, Type)

初始化 InvokableBaseTypeAttribute 类的新实例。

属性

InvokableBaseType

获取要用于生成的可调用对象的基类型。

ProxyBaseClass

获取此属性应用于的代理基类。

ProxyInvokeMethodName

获取或设置在调用此方法时要调用的代理对象上的方法的名称。

ReturnType

获取此方法返回类型,该属性适用于该类型。

适用于