Search Results for

    Show / Hide Table of Contents

    Class MaxInstancesAttribute

    Checks that no more than a specific number of instances exist after the target method has been executed.

    Inheritance
    System.Object
    System.Attribute
    AssertionAttribute
    MaxInstancesAttribute
    Inherited Members
    AssertionAttribute.Type
    AssertionAttribute.GetTypes()
    AssertionAttribute.TypeName
    AssertionAttribute.GetTypeNames()
    AssertionAttribute.IncludeSubclasses
    System.Attribute.Equals(System.Object)
    System.Attribute.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: SciTech.NetMemProfiler
    Assembly: SciTech.MemProfilerApi.dll
    Syntax
    [AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
    public sealed class MaxInstancesAttribute : AssertionAttribute
    Remarks

    This attribute can be applied to methods to define that no more than a specific number of instances should exist on the GC heap after the target method has been executed.

    For more information see AssertionsDefinition.MaxInstances(Type[], Boolean, Int32) and AssertionAttribute.

    Constructors

    Name Description
    MaxInstancesAttribute(String, Int32)

    Initializes a new instance of MaxInstancesAttribute with the type name of the instances that should be checked and the maximum number of instances allowed.

    MaxInstancesAttribute(String[], Int32)

    Initializes a new instance of MaxInstancesAttribute with the type namess of the instances that should be checked and the maximum number of instances allowed.

    MaxInstancesAttribute(Type, Int32)

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

    MaxInstancesAttribute(Type[], Int32)

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

    Properties

    Name Description
    InstanceCount

    Gets a value indicating the maximum number of instances that should exist after the target method has been executed.

    In This Article
    Back to top

    © Copyright 2002-2020. SciTech Software AB.
    For information about .NET Memory Profiler, see the product site at https://memprofiler.com