ApplicationManagementUnit.GetTypeInformation(String, Boolean, Type) Method

Definition

Retrieves the assembly-qualified type names for all types in the application management scope that derive from the specified base type name, optionally including types that are not public, and using the specified generator to create type information.

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()

Parameters

baseTypeName
String

The name of the base type.

includeNonpublicTypes
Boolean

true to include types that are not public; false to include only public types.

generatorType
Type

The Type of the generator to use to create type information.

Returns

Object[]

An object array that contains assembly-qualified type names.

Applies to