TypeDelegator.GetAttributeFlagsImpl Método

Definición

Obtiene los atributos asignados a .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

Devoluciones

Objeto TypeAttributes que representa las marcas de atributo de implementación.

Comentarios

Este método se puede usar para determinar si TypeDelegator es abstracto, público, etc.

Se aplica a

Consulte también