G
gary
Given an assembly loaded into memory, I can call GetTypes() to get a
list of types that are defined in the assembly.
However, how can I get a list of types that are used in the assembly
that are defined in other assemblies?
list of types that are defined in the assembly.
However, how can I get a list of types that are used in the assembly
that are defined in other assemblies?