TypeDelegator.GetInterfaces 方法
定义
返回在当前类及其基类上实现的所有接口。Returns all the interfaces implemented on the current class and its base classes.
public:
override cli::array <Type ^> ^ GetInterfaces();
public override Type[] GetInterfaces ();
override this.GetInterfaces : unit -> Type[]
Public Overrides Function GetInterfaces () As Type()
返回
- Type[]
Type 类型的数组,包含在当前类及其基类上实现的所有接口。An array of type Type containing all the interfaces implemented on the current class and its base classes. 如果未定义任何内容,则返回一个空数组。If none are defined, an empty array is returned.