Table of Contents

Interface IExtensionContext

Namespace
nadena.dev.ndmf

The IExtensionContext is declared by custom extension contexts.

public interface IExtensionContext

Methods

OnActivate(BuildContext)

Invoked when the extension is activated.

void OnActivate(BuildContext context)

Parameters

context BuildContext

OnDeactivate(BuildContext)

Invoked when the extension is deactivated.

void OnDeactivate(BuildContext context)

Parameters

context BuildContext