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