TypeDelegator.GetAttributeFlagsImpl 方法

定义

获取分配给 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

表示实现属性标志的 TypeAttributes 对象。

注解

此方法可用于确定抽象 TypeDelegator 、公共等。

适用于

另请参阅