TypeDelegator.GetAttributeFlagsImpl Método

Definição

Obtém os atributos atribuídos ao 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

Devoluções

Um objeto que TypeAttributes representa os flags do atributo de implementação.

Observações

Este método pode ser usado para determinar se o TypeDelegator é abstrato, público, e assim sucessivamente.

Aplica-se a

Ver também