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