TypeDelegator.GetConstructors 方法

返回 ConstructorInfo 对象的数组,这些对象表示为当前 TypeDelegator 对象包装的类型定义的构造函数。

重载列表

名称 说明
TypeDelegator.GetConstructors () 返回为当前 Type 定义的所有公共构造函数。
TypeDelegator.GetConstructors (BindingFlags) 返回 ConstructorInfo 对象的数组,这些对象表示为当前 TypeDelegator 包装的类型定义的构造函数。

请参见

参考

TypeDelegator 类
TypeDelegator 成员
System.Reflection 命名空间