PexInstrumentTypeAttribute Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
| PexInstrumentTypeAttribute(Type) |
Инициализирует новый экземпляр класса PexInstrumentTypeAttribute. |
| PexInstrumentTypeAttribute(String, String) |
Инициализирует новый экземпляр класса PexInstrumentTypeAttribute. |
| PexInstrumentTypeAttribute(Type, String) |
Инициализирует новый экземпляр класса PexInstrumentTypeAttribute. |
PexInstrumentTypeAttribute(Type)
Инициализирует новый экземпляр класса 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)
Параметры
- targetType
- Type
Тип целевого объекта.
Применяется к
PexInstrumentTypeAttribute(String, String)
Инициализирует новый экземпляр класса 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)
Параметры
- assemblyName
- String
Имя сборки.
- type
- String
Тип.
Применяется к
PexInstrumentTypeAttribute(Type, String)
Инициализирует новый экземпляр класса 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)
Параметры
- typeOfAssembly
- Type
Тип сборки.
- type
- String
Тип.