TypeProvider.GetTypes メソッド

定義

このインスタンスで認識される各 Type を含む配列を作成します。

public:
 virtual cli::array <Type ^> ^ GetTypes();
public Type[] GetTypes();
abstract member GetTypes : unit -> Type[]
override this.GetTypes : unit -> Type[]
Public Function GetTypes () As Type()

返品

Type[]

このインスタンスで認識 Type 各を含む配列。

実装

例外

すべての Type が読み込みに失敗します。

適用対象