PexAssemblyUnderTestAttribute Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| PexAssemblyUnderTestAttribute(String) |
Inicializa uma nova instância da classe PexAssemblyUnderTestAttribute. |
| PexAssemblyUnderTestAttribute(Type) |
Inicializa uma nova instância da classe PexAssemblyUnderTestAttribute. |
PexAssemblyUnderTestAttribute(String)
Inicializa uma nova instância da classe PexAssemblyUnderTestAttribute.
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)
Parâmetros
- assemblyName
- String
Nome do assembly.
Aplica-se a
PexAssemblyUnderTestAttribute(Type)
Inicializa uma nova instância da classe PexAssemblyUnderTestAttribute.
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)
Parâmetros
- typeOfAssembly
- Type
O tipo de assembly.