The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TypeBuilder::IsCreated Method ()
.NET Framework (current version)
Returns a value that indicates whether the current dynamic type has been created.
Assembly: mscorlib (in mscorlib.dll)
After the CreateType method has been called, the type represented by the TypeBuilder object is complete. Exceptions are thrown on any further attempts to add members or change other characteristics of the type.
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Available since 2.0
Silverlight
Available since 2.0
Show: