G
Guest
I am inquiring about the feasability of being able to determine when an
object of a certain type is instantiated.
I have a base type that I want to be able to determine when each instance is
created in an assembly. Can this be done using Reflection or AppDomain?
I'm trying to detect these instances automatically for some security settings.
Any help would be greatly appreciated.
object of a certain type is instantiated.
I have a base type that I want to be able to determine when each instance is
created in an assembly. Can this be done using Reflection or AppDomain?
I'm trying to detect these instances automatically for some security settings.
Any help would be greatly appreciated.