VirtualTypeBuilder.CreateType Method

Definition

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.

Applies to