ApplicationManagementUnit.GetTypeInformation(String, Boolean, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Returns
An object array that contains assembly-qualified type names.