PexInstrumentTypeAttribute Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| PexInstrumentTypeAttribute(Type) |
Initialisiert eine neue Instanz der PexInstrumentTypeAttribute-Klasse. |
| PexInstrumentTypeAttribute(String, String) |
Initialisiert eine neue Instanz der PexInstrumentTypeAttribute-Klasse. |
| PexInstrumentTypeAttribute(Type, String) |
Initialisiert eine neue Instanz der PexInstrumentTypeAttribute-Klasse. |
PexInstrumentTypeAttribute(Type)
Initialisiert eine neue Instanz der PexInstrumentTypeAttribute-Klasse.
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)
Parameter
- targetType
- Type
Der Typ des Ziels.
Gilt für
PexInstrumentTypeAttribute(String, String)
Initialisiert eine neue Instanz der PexInstrumentTypeAttribute-Klasse.
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)
Parameter
- assemblyName
- String
Der Name der Assembly.
- type
- String
Der Typ.
Gilt für
PexInstrumentTypeAttribute(Type, String)
Initialisiert eine neue Instanz der PexInstrumentTypeAttribute-Klasse.
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)
Parameter
- typeOfAssembly
- Type
Der Typ der Assembly.
- type
- String
Der Typ.