PexInstrumentNamespaceAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.