-
Notifications
You must be signed in to change notification settings - Fork 7
Composites
Sagi edited this page Jul 9, 2017
·
21 revisions
Composites are the artifacts of NCop processing.
Composites are a combination of Mixins
and Aspects
.
In order to create a composite type NCop generates proxies at runtime using System.Reflection.Emit
namespace.
This results in proxies that are very efficient that require no reflective invocations.
For a more detailed information on how this process is done please refer to How does it work?
.
Advanced Topics