Mono Class Library: System.Type Overview | Members

System.Type.GetAttributeFlagsImpl Method

When overridden in a derived type implements the Type.Attributes property and returns the attributes specified for the type represented by the current instance.

protected abstract System.Reflection.TypeAttributes GetAttributeFlagsImpl ()

Returns

A System.Reflection.TypeAttributes value that signifies the attributes of the type represented by the current instance.

Remarks

Operation

This property is read-only.

This method returns a System.Reflection.TypeAttributes value that indicates the attributes set in the metadata of the type represented by the current instance.

Usage
Use this property to determine the visibility, semantics, and layout format of the type represented by the current instance. Also use this property to determine if the type represented by the current instance has a special name.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0