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 都無法載入。

適用於