Assembly.ExportedTypes 属性

定义

获取此程序集中定义的公共类型的集合,这些公共类型在程序集外可见。

public:
 virtual property System::Collections::Generic::IEnumerable<Type ^> ^ ExportedTypes { System::Collections::Generic::IEnumerable<Type ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<Type> ExportedTypes { get; }
member this.ExportedTypes : seq<Type>
Public Overridable ReadOnly Property ExportedTypes As IEnumerable(Of Type)

属性值

此程序集中定义的公共类型的集合,这些公共类型在程序集外可见。

适用于