PexAssemblyUnderTestAttribute 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
PexAssemblyUnderTestAttribute(String) |
Initializes a new instance of the PexAssemblyUnderTestAttribute class. |
PexAssemblyUnderTestAttribute(Type) |
Initializes a new instance of the PexAssemblyUnderTestAttribute class. |
PexAssemblyUnderTestAttribute(String)
Initializes a new instance of the PexAssemblyUnderTestAttribute class.
public:
PexAssemblyUnderTestAttribute(System::String ^ assemblyName);
public PexAssemblyUnderTestAttribute (string assemblyName);
new Microsoft.Pex.Framework.Instrumentation.PexAssemblyUnderTestAttribute : string -> Microsoft.Pex.Framework.Instrumentation.PexAssemblyUnderTestAttribute
Public Sub New (assemblyName As String)
Parameters
- assemblyName
- String
Name of the assembly.
Applies to
PexAssemblyUnderTestAttribute(Type)
Initializes a new instance of the PexAssemblyUnderTestAttribute class.
public:
PexAssemblyUnderTestAttribute(Type ^ typeOfAssembly);
public PexAssemblyUnderTestAttribute (Type typeOfAssembly);
new Microsoft.Pex.Framework.Instrumentation.PexAssemblyUnderTestAttribute : Type -> Microsoft.Pex.Framework.Instrumentation.PexAssemblyUnderTestAttribute
Public Sub New (typeOfAssembly As Type)
Parameters
- typeOfAssembly
- Type
The type of assembly.