TypeInformationGenerator.GetTypeInformation(Type) Method

Definition

When overridden in a derived class, returns a serializable or marshalable object that contains information about the specified type.

public:
 abstract System::Object ^ GetTypeInformation(Type ^ type);
public abstract object GetTypeInformation (Type type);
abstract member GetTypeInformation : Type -> obj

Parameters

type
Type

The Type of the returned information.

Returns

An object that contains information about the specified type.

Applies to