S
serge calderara
Dear all,
I need to be sure that a loaded assembly is implementing a
particular interface.
How can I do that as long as my assembly is loaded and I
have the assemlby object available in current domain as
follow:
Dim ass As System.Reflection.Assembly
Dim loadass As System.Reflection.Assembly
loadass = ass.LoadFrom(sFile)
thanks for your help
regards
calderara serge
maillefer s.a
I need to be sure that a loaded assembly is implementing a
particular interface.
How can I do that as long as my assembly is loaded and I
have the assemlby object available in current domain as
follow:
Dim ass As System.Reflection.Assembly
Dim loadass As System.Reflection.Assembly
loadass = ass.LoadFrom(sFile)
thanks for your help
regards
calderara serge
maillefer s.a