Creates a Type object for the class. After defining fields and methods on the class, CreateType is called in order to load its Type object.
[Visual Basic] Public Function CreateType() As Type [C#] public Type CreateType(); [C++] public: Type* CreateType(); [JScript] public function CreateType() : Type;
Returns the new Type object for this class.
TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace