TypeBuilder.CreateTypeInfo Method

Definition

Gets a TypeInfo object that represents this type.

public:
 System::Reflection::TypeInfo ^ CreateTypeInfo();
public System.Reflection.TypeInfo? CreateTypeInfo ();
public System.Reflection.TypeInfo CreateTypeInfo ();
member this.CreateTypeInfo : unit -> System.Reflection.TypeInfo
Public Function CreateTypeInfo () As TypeInfo

Returns

An object that represents this type.

Applies to