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

适用于