ServerManagementUnit.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.
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
.