-
Notifications
You must be signed in to change notification settings - Fork 113
Aspects
Igor Tkachev edited this page May 20, 2016
·
19 revisions
All BLToolkit aspects are implemented as attributes and have to be applied to abstract or virtual members of an abstract class. You need to use TypeAccessor.CreateInstance() method to create an instance of the class. BLToolkit class builder creates an actual class and applies aspects to abstract and virtual members by overriding the members and emitting (see System.Reflection.Emit namespace) additional code around them.
Cache aspect