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 失败的任何操作。

适用于