Show / Hide Table of Contents

    Interface IBuildPlatform

    Event handler for each individual platform build.

    Inherited Members
    IBuildPlatformStart.OnBuildPlatformStart(Platform, BuildSettingsPackage)
    IBuildPlatformEnd.OnBuildPlatformEnd(Platform, BuildReport)
    IBuildPlatformExcepted.OnBuildPlatformExcepted(Platform, Exception)
    Namespace: QFSW.BA.EventHandlers
    Assembly: QFSW.BA.dll
    Syntax
    public interface IBuildPlatform : IBuildPlatformStart, IBuildPlatformEnd, IBuildPlatformExcepted, IBuildEventHandler

    Extension Methods

    CollectionExtensions.Yield<T>(T)
    Build Automator 2 by QFSW
    Back to top