Table of Contents

Namespace DLCToolkit.BuildTools.Events

Classes

DLCBuildEvent

Implement this event base when you want to hook into DLC pre or post build events. Use with DLCPreBuildAttribute or DLCPostBuildAttribute.

DLCBuildPlatformProfileEvent

Implement this event base when you want to hook into DLC build profile platform event. Use with DLCPreBuildPlatformProfileAttribute.

DLCBuildPlatformProfileResultEvent

Implement this event base when you want to hook into the DLC build profile platform completed event. Use with DLCPostBuildPlatformProfileAttribute

DLCBuildProfileEvent

Implement this event base when you want to hook into DLC build profile event. Use with DLCPreBuildProfileAttribute.