VirtualTypeBuilder.MethodInfoCollection.Add 方法 (String, Type, array<Type[], array<Attribute )

MethodInfo 添加到集合的末尾。

命名空间:  Microsoft.VisualStudio.Shell.Design
程序集:  Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)

语法

声明
Public Function Add ( _
    name As String, _
    returnType As Type, _
    parameterTypes As Type(), _
    attributes As Attribute() _
) As Integer
public int Add(
    string name,
    Type returnType,
    Type[] parameterTypes,
    Attribute[] attributes
)

参数

  • returnType
    类型:System.Type
    该方法的返回类型。这应该是无效的 typeof(void) 返回类型。

返回值

类型:System.Int32
已添加值处的索引。

异常

异常 条件
ArgumentNullException

name 为 nullnull 引用(在 Visual Basic 中为 Nothing)。

- 或 -

returnType 为 nullnull 引用(在 Visual Basic 中为 Nothing)。

- 或 -

在 paramTypes 的一个元素是 nullnull 引用(在 Visual Basic 中为 Nothing)。

- 或 -

在 attributes 的一个元素是 nullnull 引用(在 Visual Basic 中为 Nothing)。

attributes和paramTypes 属性可以是 nullnull 引用(在 Visual Basic 中为 Nothing)。

ArgumentException

handlerType 不是运行时类型。

.NET Framework 安全性

请参见

参考

VirtualTypeBuilder.MethodInfoCollection 类

Add 重载

Microsoft.VisualStudio.Shell.Design 命名空间