TypeDelegator.GetAttributeFlagsImpl 方法
定义
获取分配给 TypeDelegator 的属性。Gets the attributes assigned to the TypeDelegator.
protected:
override System::Reflection::TypeAttributes GetAttributeFlagsImpl();
protected override System.Reflection.TypeAttributes GetAttributeFlagsImpl ();
override this.GetAttributeFlagsImpl : unit -> System.Reflection.TypeAttributes
Protected Overrides Function GetAttributeFlagsImpl () As TypeAttributes
返回
表示实现属性标志的 TypeAttributes 对象。A TypeAttributes object representing the implementation attribute flags.
注解
此方法可用于确定 TypeDelegator 是抽象的、公共的,等等。This method can be used to determine if the TypeDelegator is abstract, public, and so on.