PexSuppressUninstrumentedMethodFromTypeAttribute Oluşturucular

Tanım

Aşırı Yüklemeler

PexSuppressUninstrumentedMethodFromTypeAttribute(String)

PexSuppressUninstrumentedMethodFromTypeAttribute sınıfının yeni bir örneğini başlatır.

PexSuppressUninstrumentedMethodFromTypeAttribute(String[])

PexSuppressUninstrumentedMethodFromNamespaceAttribute sınıfının yeni bir örneğini başlatır.

PexSuppressUninstrumentedMethodFromTypeAttribute(Type)

PexSuppressUninstrumentedMethodFromTypeAttribute sınıfının yeni bir örneğini başlatır.

PexSuppressUninstrumentedMethodFromTypeAttribute(Type[])

PexSuppressUninstrumentedMethodFromTypeAttribute sınıfının yeni bir örneğini başlatır.

PexSuppressUninstrumentedMethodFromTypeAttribute(String)

PexSuppressUninstrumentedMethodFromTypeAttribute sınıfının yeni bir örneğini başlatır.

public:
 PexSuppressUninstrumentedMethodFromTypeAttribute(System::String ^ typeFullName);
public PexSuppressUninstrumentedMethodFromTypeAttribute (string typeFullName);
new Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodFromTypeAttribute : string -> Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodFromTypeAttribute
Public Sub New (typeFullName As String)

Parametreler

typeFullName
String

Türün tam adı.

Şunlara uygulanır

PexSuppressUninstrumentedMethodFromTypeAttribute(String[])

PexSuppressUninstrumentedMethodFromNamespaceAttribute sınıfının yeni bir örneğini başlatır.

public:
 PexSuppressUninstrumentedMethodFromTypeAttribute(... cli::array <System::String ^> ^ typeFullNames);
public PexSuppressUninstrumentedMethodFromTypeAttribute (params string[] typeFullNames);
new Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodFromTypeAttribute : string[] -> Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodFromTypeAttribute
Public Sub New (ParamArray typeFullNames As String())

Parametreler

typeFullNames
String[]

Tam adları yazın.

Şunlara uygulanır

PexSuppressUninstrumentedMethodFromTypeAttribute(Type)

PexSuppressUninstrumentedMethodFromTypeAttribute sınıfının yeni bir örneğini başlatır.

public:
 PexSuppressUninstrumentedMethodFromTypeAttribute(Type ^ type);
public PexSuppressUninstrumentedMethodFromTypeAttribute (Type type);
new Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodFromTypeAttribute : Type -> Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodFromTypeAttribute
Public Sub New (type As Type)

Parametreler

type
Type

Tür.

Şunlara uygulanır

PexSuppressUninstrumentedMethodFromTypeAttribute(Type[])

PexSuppressUninstrumentedMethodFromTypeAttribute sınıfının yeni bir örneğini başlatır.

public:
 PexSuppressUninstrumentedMethodFromTypeAttribute(... cli::array <Type ^> ^ types);
public PexSuppressUninstrumentedMethodFromTypeAttribute (params Type[] types);
new Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodFromTypeAttribute : Type[] -> Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodFromTypeAttribute
Public Sub New (ParamArray types As Type())

Parametreler

types
Type[]

Türler.

Şunlara uygulanır