VirtualTypeBuilder.CreateType 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.
Creates a virtual type based on the configuration of this virtual type builder.
public:
Type ^ CreateType();
public:
Platform::Type ^ CreateType();
public Type CreateType ();
member this.CreateType : unit -> Type
Public Function CreateType () As Type
Returns
A created virtual type.
Exceptions
The virtual type builder is not completely configured. A virtual type builder must have a type name, a base type and an implementer to be considered completely configured.