How to run AspectDNG?
If Aspects are located in the same assembly as the target code (but typically in a separate Namespace), then it is easy: aspectdng.exe yourAssembly.exe (or .dll) If Aspects are compiled in a separate assembly: aspectdng.exe yourTargetAssembly.exe (or .dll) yourAspectAssembly.dll The preceding ways are very straightforward but won’t give you a full control over Aspectdng. The most accurate way to specify the weaving is to write a configuration file and to run: aspectdng.exe yourConfigFile.