Share via


PexInstrumentNamespaceAttribute Constructors

Definition

Overloads

PexInstrumentNamespaceAttribute(Type)

Initializes a new instance of the PexInstrumentNamespaceAttribute class.

PexInstrumentNamespaceAttribute(Type, String)

Initializes a new instance of the PexInstrumentNamespaceAttribute class.

PexInstrumentNamespaceAttribute(Type)

Initializes a new instance of the PexInstrumentNamespaceAttribute class.

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)

Parameters

typeOfNamespace
Type

a type from the target namespace.

Applies to

PexInstrumentNamespaceAttribute(Type, String)

Initializes a new instance of the PexInstrumentNamespaceAttribute class.

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)

Parameters

typeOfAssembly
Type

The type of assembly.

optionalNamespace
String

The _namespace.

Applies to