PexInstrumentTypeAttribute Construtores

Definição

Sobrecargas

PexInstrumentTypeAttribute(Type)

Inicializa uma nova instância da classe PexInstrumentTypeAttribute.

PexInstrumentTypeAttribute(String, String)

Inicializa uma nova instância da classe PexInstrumentTypeAttribute.

PexInstrumentTypeAttribute(Type, String)

Inicializa uma nova instância da classe PexInstrumentTypeAttribute.

PexInstrumentTypeAttribute(Type)

Inicializa uma nova instância da classe PexInstrumentTypeAttribute.

public:
 PexInstrumentTypeAttribute(Type ^ targetType);
public PexInstrumentTypeAttribute (Type targetType);
new Microsoft.Pex.Framework.Instrumentation.PexInstrumentTypeAttribute : Type -> Microsoft.Pex.Framework.Instrumentation.PexInstrumentTypeAttribute
Public Sub New (targetType As Type)

Parâmetros

targetType
Type

O tipo do destino.

Aplica-se a

PexInstrumentTypeAttribute(String, String)

Inicializa uma nova instância da classe PexInstrumentTypeAttribute.

public:
 PexInstrumentTypeAttribute(System::String ^ assemblyName, System::String ^ type);
public PexInstrumentTypeAttribute (string assemblyName, string type);
new Microsoft.Pex.Framework.Instrumentation.PexInstrumentTypeAttribute : string * string -> Microsoft.Pex.Framework.Instrumentation.PexInstrumentTypeAttribute
Public Sub New (assemblyName As String, type As String)

Parâmetros

assemblyName
String

Nome do assembly.

type
String

O tipo.

Aplica-se a

PexInstrumentTypeAttribute(Type, String)

Inicializa uma nova instância da classe PexInstrumentTypeAttribute.

public:
 PexInstrumentTypeAttribute(Type ^ typeOfAssembly, System::String ^ type);
public PexInstrumentTypeAttribute (Type typeOfAssembly, string type);
new Microsoft.Pex.Framework.Instrumentation.PexInstrumentTypeAttribute : Type * string -> Microsoft.Pex.Framework.Instrumentation.PexInstrumentTypeAttribute
Public Sub New (typeOfAssembly As Type, type As String)

Parâmetros

typeOfAssembly
Type

O tipo de assembly.

type
String

O tipo.

Aplica-se a