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

Overload List

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

See Also