Overload List

  Name Description
Public method AllowNewInstancesAttribute()()()()
Initializes a new instance of AllowNewInstancesAttribute which will allow new instances of all types.
Public method AllowNewInstancesAttribute(String)
Initializes a new instance of AllowNewInstancesAttribute with the type name of the instances that should be allowed when the target method has been executed.
Public method AllowNewInstancesAttribute(array<String>[]()[][])
Initializes a new instance of AllowNewInstancesAttribute with the type names of the instances that should be allowed when the target method has been executed.
Public method AllowNewInstancesAttribute(Type)
Initializes a new instance of AllowNewInstancesAttribute with the type of the instances that should be allowed when the target method has been executed.
Public method AllowNewInstancesAttribute(array<Type>[]()[][])
Initializes a new instance of AllowNewInstancesAttribute with the types of the instances that should be allowed when the target method has been executed.

See Also