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