PexUseTypeAttribute.Create(TypeEx) 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.
Create an instance of PexUseTypeAttribute.
public:
static Microsoft::Pex::Framework::Using::PexUseTypeAttribute ^ Create(Microsoft::ExtendedReflection::Metadata::TypeEx ^ targetType);
public static Microsoft.Pex.Framework.Using.PexUseTypeAttribute Create (Microsoft.ExtendedReflection.Metadata.TypeEx targetType);
static member Create : Microsoft.ExtendedReflection.Metadata.TypeEx -> Microsoft.Pex.Framework.Using.PexUseTypeAttribute
Public Shared Function Create (targetType As TypeEx) As PexUseTypeAttribute
Parameters
- targetType
- Microsoft.ExtendedReflection.Metadata.TypeEx
Returns
Remarks
This method uses ExtendedReflection; it is not a constructor so that it does not show up in intellisense.