RequiresSuperAttribute 类

定义

此属性应用于在重写时必须调用其基本实现的方法。

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class RequiresSuperAttribute : Foundation.AdviceAttribute
type RequiresSuperAttribute = class
    inherit AdviceAttribute
继承
RequiresSuperAttribute
属性

注解

这是 clang objc_requires_super 属性的托管等效项,适用于绑定此类本机方法的托管方法。

构造函数

RequiresSuperAttribute()

初始化 RequiresSuper 属性的新实例。

属性

Message

此属性应用于在重写时必须调用其基本实现的方法。

(继承自 AdviceAttribute)

适用于