Type.GetAttributeFlagsImpl Method

Definition

When overridden in a derived class, implements the Attributes property and gets a bitwise combination of enumeration values that indicate the attributes associated with the Type.

protected:
 abstract System::Reflection::TypeAttributes GetAttributeFlagsImpl();
protected abstract System.Reflection.TypeAttributes GetAttributeFlagsImpl ();
abstract member GetAttributeFlagsImpl : unit -> System.Reflection.TypeAttributes
Protected MustOverride Function GetAttributeFlagsImpl () As TypeAttributes

Returns

A TypeAttributes object representing the attribute set of the Type.

Applies to

See also