Implemented interface member:
method
GetExportedTypes
System.Runtime.InteropServices._Assembly.GetExportedTypes()
2 overrides of GetExportedTypes
mscorlib (2)
system\reflection\assembly.cs (1)
1513public override Type[] GetExportedTypes()
system\reflection\emit\assemblybuilder.cs (1)
1277public override Type[] GetExportedTypes()
10 references to GetExportedTypes
mscorlib (2)
system\reflection\assembly.cs (1)
767return GetExportedTypes();
system\runtime\interopservices\registrationservices.cs (1)
233Type[] aTypes = assembly.GetExportedTypes();
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
648types = assembly.GetExportedTypes();
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
581from type in (this.isLocal ? this.assembly.GetTypes() : this.assembly.GetExportedTypes())
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
648types = assembly.GetExportedTypes();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
581from type in (this.isLocal ? this.assembly.GetTypes() : this.assembly.GetExportedTypes())
System.Web (1)
Compilation\BuildResult.cs (1)
690foreach (Type t in ResultAssembly.GetExportedTypes()) {
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
2979assemblyTypes = assembly.GetExportedTypes();
System.Web.Extensions (1)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
859foreach (Type typeInAssembly in referencedAssembly.GetExportedTypes())
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
2979assemblyTypes = assembly.GetExportedTypes();