AssemblyExtensions.GetExportedTypes(Assembly) 메서드

정의

public:
[System::Runtime::CompilerServices::Extension]
 static cli::array <Type ^> ^ GetExportedTypes(System::Reflection::Assembly ^ assembly);
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[]

적용 대상