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