ApplicationManagementUnit.GetTypeInformation(String, Boolean, Type) 方法

定义

检索应用程序管理范围中派生自指定基类型名称的所有类型的程序集限定类型名称,(可选)包括非公共类型,并使用指定的生成器创建类型信息。

public:
 override cli::array <System::Object ^> ^ GetTypeInformation(System::String ^ baseTypeName, bool includeNonpublicTypes, Type ^ generatorType);
public override object[] GetTypeInformation (string baseTypeName, bool includeNonpublicTypes, Type generatorType);
override this.GetTypeInformation : string * bool * Type -> obj[]
Public Overrides Function GetTypeInformation (baseTypeName As String, includeNonpublicTypes As Boolean, generatorType As Type) As Object()

参数

baseTypeName
String

基类型的名称。

includeNonpublicTypes
Boolean

true 以包含非公开的类型; false 如果仅包含公共类型,则为 。

generatorType
Type

Type用于创建类型信息的生成器的 。

返回

Object[]

包含程序集限定的类型名称的对象数组。

适用于