Table of Contents

Interface IPreInitAttribute

Namespace
CMS
Assembly
CMS.Core.dll

Marks a method in class implementing this interface and deriving from System.Attribute as suitable to be executed during application pre-initialization.

public interface IPreInitAttribute
Extension Methods

Remarks

This API supports the framework infrastructure and is not intended to be used directly from your code.

Properties

MarkedType

Type marked with this attribute.

Type MarkedType { get; }

Property Value

Type

Methods

PreInit()

Method to be executed during application pre-initialization.

void PreInit()