NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeBuilder.CreateType

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;

Return Value

Returns the new Type object for this class.

See Also

TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace