Show / Hide Table of Contents

    Interface IPlatformSwitch

    Event handler for when the active platform is changed. Throwing an exception during this event will cause the build set, if any, to terminate.

    Namespace: QFSW.BA.EventHandlers
    Assembly: QFSW.BA.dll
    Syntax
    public interface IPlatformSwitch : IBuildEventHandler

    Methods

    OnPlatformSwitch(Platform, Platform, Boolean)

    Declaration
    void OnPlatformSwitch(Platform oldPlatform, Platform newPlatform, bool isBuilding)
    Parameters
    Type Name Description
    Platform oldPlatform
    Platform newPlatform
    Boolean isBuilding

    Extension Methods

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