InheritanceBehavior Enum

Definition

Enumeration for inheritance behavior, that can be used with both the ClassInitializeAttribute class and ClassCleanupAttribute class. Defines the behavior of the ClassInitialize and ClassCleanup methods of base classes. The type of the enumeration must match

public enum class InheritanceBehavior
public enum InheritanceBehavior
type InheritanceBehavior = 
Public Enum InheritanceBehavior
Inheritance
InheritanceBehavior

Fields

BeforeEachDerivedClass 1

Before each derived class.

None 0

None.

Applies to