S
Steve B.
Hi,
In my application written in C#, I'd like to know when is the constructor of
an attribute with assembly scope called.
The final goal is to catch each loading of an assembly in order to verify
the version of an assembly in a screen available to hotliners.
An other way would be to use
AppDomain.GetCurrentAppDomain().GetAssemblies(), but it does not seems to be
available in CF.net.
Thanks in advance for any help
Steve
In my application written in C#, I'd like to know when is the constructor of
an attribute with assembly scope called.
The final goal is to catch each loading of an assembly in order to verify
the version of an assembly in a screen available to hotliners.
An other way would be to use
AppDomain.GetCurrentAppDomain().GetAssemblies(), but it does not seems to be
available in CF.net.
Thanks in advance for any help
Steve