IResolverExtension Interface
Interface all resolver extensions implement.
Methods
Section titled “Methods”| Method | Description |
|---|---|
| PostResolve() | Called after all resolving occurs. |
| PreResolve() | Called before resolving occurs. |
| ResolveFile() | Called to attempt to resolve source to a file. |
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
PostResolve() Method
Section titled “PostResolve() Method”Called after all resolving occurs.
Declaration
Section titled “Declaration”public void PostResolve()PreResolve() Method
Section titled “PreResolve() Method”Called before resolving occurs.
Declaration
Section titled “Declaration”public void PreResolve()ResolveFile() Method
Section titled “ResolveFile() Method”Called to attempt to resolve source to a file.
Declaration
Section titled “Declaration”public Data.IResolveFileResult ResolveFile()