Share via


PexUseTypeAttribute.Create(TypeEx) Method

Definition

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.

Applies to