PexInstrumentNamespaceAttribute Oluşturucular

Tanım

Aşırı Yüklemeler

PexInstrumentNamespaceAttribute(Type)

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

PexInstrumentNamespaceAttribute(Type, String)

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

PexInstrumentNamespaceAttribute(Type)

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

public:
 PexInstrumentNamespaceAttribute(Type ^ typeOfNamespace);
public PexInstrumentNamespaceAttribute (Type typeOfNamespace);
new Microsoft.Pex.Framework.Instrumentation.PexInstrumentNamespaceAttribute : Type -> Microsoft.Pex.Framework.Instrumentation.PexInstrumentNamespaceAttribute
Public Sub New (typeOfNamespace As Type)

Parametreler

typeOfNamespace
Type

hedef ad alanından bir tür.

Şunlara uygulanır

PexInstrumentNamespaceAttribute(Type, String)

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

public:
 PexInstrumentNamespaceAttribute(Type ^ typeOfAssembly, System::String ^ optionalNamespace);
public PexInstrumentNamespaceAttribute (Type typeOfAssembly, string optionalNamespace);
new Microsoft.Pex.Framework.Instrumentation.PexInstrumentNamespaceAttribute : Type * string -> Microsoft.Pex.Framework.Instrumentation.PexInstrumentNamespaceAttribute
Public Sub New (typeOfAssembly As Type, optionalNamespace As String)

Parametreler

typeOfAssembly
Type

Derlemenin türü.

optionalNamespace
String

_Namespace.

Şunlara uygulanır