AssemblyExtensions.GetExportedTypes(Assembly) 方法
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
[System::Runtime::CompilerServices::Extension]
static cli::array <Type ^> ^ GetExportedTypes(System::Reflection::Assembly ^ assembly);
C#
public static Type[] GetExportedTypes(this System.Reflection.Assembly assembly);
static member GetExportedTypes : System.Reflection.Assembly -> Type[]
<Extension()>
Public Function GetExportedTypes (assembly As Assembly) As Type()
- assembly
- Assembly
Type[]
产品 | 版本 |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 4.7.2 (package-provided) |
.NET Standard | 2.0 (package-provided) |
UWP | 10.0 |