J
johnnyD
How would I traverse through a namespace and determine all the object
types that implement an interface.
For instance in the namespace "Microsoft.SqlServer.Management.Smo"
Namespace I want to determine all the Classes/Types which implement
the IScriptable Interface.
I am not looking for anyone to code this for me, as I am trying to
learn the language but any snippets or pointers would be greatly
appreciated.
types that implement an interface.
For instance in the namespace "Microsoft.SqlServer.Management.Smo"
Namespace I want to determine all the Classes/Types which implement
the IScriptable Interface.
I am not looking for anyone to code this for me, as I am trying to
learn the language but any snippets or pointers would be greatly
appreciated.