ServerManagementUnit.GetTypeInformation(String, Boolean, Type) Method

Definition

Returns public type information for the specified base type name and generator type, and optionally includes non-public types.

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 base type name.

includeNonpublicTypes
Boolean

true to include non-public types; otherwise, false.

generatorType
Type

The generator type.

Returns

Object[]

When overridden in a derived class, an array of Object values that contains assembly information. The base class returns null.

Applies to