TypeBuilder.IsCreatedCore Method

Definition

When overridden in a derived class, returns a value that indicates whether the current dynamic type has been created.

protected:
 abstract bool IsCreatedCore();
protected abstract bool IsCreatedCore ();
abstract member IsCreatedCore : unit -> bool
Protected MustOverride Function IsCreatedCore () As Boolean

Returns

true if the CreateType() method has been called; otherwise, false.

Applies to