ReusableArray<T> Methods
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() | Acquire(TConstructorParameter) | Acquires a cached instance of the resource, or allocates a new instance if none are currently available. This is a disposable object that should be disposed when usage of the resource is complete.(Inherited from ReusableResourceStore<TResource, TConstructorParameter>.) |
![]() | AcquireCore() | Gets access to the resource stored by this object, and removes the resource so that subsequent callers cannot be handed the same resource at the same time.(Inherited from ReusableResourceStoreBase<TResource>.) |
![]() | Allocate(Int32) | Allocates the specified amount of space.(Overrides ReusableResourceStore<TResource, TConstructorParameter>::Allocate(TConstructorParameter).) |
![]() | CanReuse(array<T>^, Int32) | Determines whether the array can be reused.(Overrides ReusableResourceStore<TResource, TConstructorParameter>::CanReuse(TResource, TConstructorParameter).) |
![]() | Cleanup(array<T>^) | Determines whether the length of the array is less than or equal to the maximum cache size.(Overrides ReusableResourceStoreBase<TResource>::Cleanup(TResource).) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |

