Is there a difference between Assembly.ExportedTypes and
Assembly.GetExportedTypes()
The .NET Assembly class contains a method (GetExportedTypes()) and a
property (ExportedTypes).
The documentation for these seems identical ("Returns a collection of all
public visible types in the assembly"). Is there any difference between
these ? or is this something related to historical reasons with the
Assembly class's API ?
No comments:
Post a Comment