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)

プロパティ値

アセンブリの外側で参照できる、このアセンブリ内で定義されているパブリック型のコレクション。

適用対象