ClassModifier EnumerationNReflect
This enumeration contains all possible class modifiers.

Namespace: NReflect.Modifier
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public enum ClassModifier
Members

  Member nameValueDescription
None0 None of the other modifiers is set.
Abstract1 Indicates that a class is intended only to be a base class of other classes.
Sealed2 Specifies that a class cannot be inherited.
Static3 Indicates that a class contains only static members.
See Also