Overload List

  Name Description
Public method NoNewInstancesAttribute()()()()
Initializes a new instance of NoNewInstancesAttribute.
Public method NoNewInstancesAttribute(String)
Initializes a new instance of NoNewInstancesAttribute with the type name of the instances that should be checked when the target method has been executed.
Public method NoNewInstancesAttribute(array<String>[]()[][])
Initializes a new instance of NoNewInstancesAttribute with the type of the instances that should be checked when the target method has been executed.
Public method NoNewInstancesAttribute(Type)
Initializes a new instance of NoNewInstancesAttribute with the type of the instances that should be checked when the target method has been executed.
Public method NoNewInstancesAttribute(array<Type>[]()[][])
Initializes a new instance of NoNewInstancesAttribute with the types of the instances that should be checked when the target method has been executed.

See Also