TypeAttributes Enum

Definition

Specifies type attributes.

This enumeration supports a bitwise combination of its member values.

public enum class TypeAttributes
[System.Flags]
public enum TypeAttributes
[<System.Flags>]
type TypeAttributes = 
Public Enum TypeAttributes
Inheritance
TypeAttributes
Attributes

Fields

Class 1

The type specifies a class.

Enum 4

The type specifies an enum.

Interface 2

The type specifies an interface.

None 0

No attributes specified.

Applies to