Initializes a new instance of MaxNewInstancesAttribute with the types of the instances that should be checked and the maximum number of new instances allowed.

Overload List

  Name Description
Public method MaxNewInstancesAttribute(String, Int32)
Initializes a new instance of MaxNewInstancesAttribute with the type name of the instances that should be checked and the maximum number of new instances allowed.
Public method MaxNewInstancesAttribute(array<String>[]()[][], Int32)
Initializes a new instance of MaxNewInstancesAttribute with the type namess of the instances that should be checked and the maximum number of new instances allowed.
Public method MaxNewInstancesAttribute(Type, Int32)
Initializes a new instance of MaxNewInstancesAttribute with the type of the instances that should be checked and the maximum number of new instances allowed.
Public method MaxNewInstancesAttribute(array<Type>[]()[][], Int32)
Initializes a new instance of MaxNewInstancesAttribute with the types of the instances that should be checked and the maximum number of new instances allowed.

See Also