PexCreatableAttributeBase.CreatableTypeDefinition Property
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.
Gets the type to be created.
public:
property Microsoft::ExtendedReflection::Metadata::TypeDefinition ^ CreatableTypeDefinition { Microsoft::ExtendedReflection::Metadata::TypeDefinition ^ get(); };
public Microsoft.ExtendedReflection.Metadata.TypeDefinition CreatableTypeDefinition { get; }
member this.CreatableTypeDefinition : Microsoft.ExtendedReflection.Metadata.TypeDefinition
Public ReadOnly Property CreatableTypeDefinition As TypeDefinition
Property Value
Microsoft.ExtendedReflection.Metadata.TypeDefinition
The created type.
Implements
Microsoft.Pex.Engine.Creatable.IPexCreatableDefinition.CreatableTypeDefinition