IOptimizerExtension Interface
Interface that all optimizer extensions implement.
Methods
Method | Description |
---|---|
PostOptimize() | Called after all files have been compiled, after built-in optimizations, and before all sections are linked into a single section. |
PreOptimize() | Called after all files have been compiled, before built-in optimizations, and before all sections are linked into a single section. |
WixToolset.Extensibility.dll
version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
PostOptimize() Method
Called after all files have been compiled, after built-in optimizations, and before all sections are linked into a single section.
Declaration
public void PostOptimize()
PreOptimize() Method
Called after all files have been compiled, before built-in optimizations, and before all sections are linked into a single section.
Declaration
public void PreOptimize()