共用方式為


PexAssertMethodAttribute Constructors

Definition

Overloads

PexAssertMethodAttribute(Type, String, Int32)

Initializes a new instance of the PexAssertMethodAttribute class.

PexAssertMethodAttribute(String, String, String, String, Int32)

Initializes a new instance of the PexAssertMethodAttribute class.

PexAssertMethodAttribute(Type, String, Int32)

Initializes a new instance of the PexAssertMethodAttribute class.

public:
 PexAssertMethodAttribute(Type ^ declaringType, System::String ^ methodName, int usefulParameters);
public PexAssertMethodAttribute (Type declaringType, string methodName, int usefulParameters);
new Microsoft.Pex.Framework.Metrics.PexAssertMethodAttribute : Type * string * int -> Microsoft.Pex.Framework.Metrics.PexAssertMethodAttribute
Public Sub New (declaringType As Type, methodName As String, usefulParameters As Integer)

Parameters

declaringType
Type
methodName
String
usefulParameters
Int32

Applies to

PexAssertMethodAttribute(String, String, String, String, Int32)

Initializes a new instance of the PexAssertMethodAttribute class.

public:
 PexAssertMethodAttribute(System::String ^ assemblyName, System::String ^ optionalNamespace, System::String ^ shortTypeName, System::String ^ methodName, int usefulParameters);
public PexAssertMethodAttribute (string assemblyName, string optionalNamespace, string shortTypeName, string methodName, int usefulParameters);
new Microsoft.Pex.Framework.Metrics.PexAssertMethodAttribute : string * string * string * string * int -> Microsoft.Pex.Framework.Metrics.PexAssertMethodAttribute
Public Sub New (assemblyName As String, optionalNamespace As String, shortTypeName As String, methodName As String, usefulParameters As Integer)

Parameters

assemblyName
String
optionalNamespace
String
shortTypeName
String
methodName
String
usefulParameters
Int32

Applies to