DefaultObjectPoolProvider Class

Definition

The default ObjectPoolProvider.

public ref class DefaultObjectPoolProvider : Microsoft::Extensions::ObjectPool::ObjectPoolProvider
public class DefaultObjectPoolProvider : Microsoft.Extensions.ObjectPool.ObjectPoolProvider
type DefaultObjectPoolProvider = class
    inherit ObjectPoolProvider
Public Class DefaultObjectPoolProvider
Inherits ObjectPoolProvider
Inheritance
DefaultObjectPoolProvider

Constructors

DefaultObjectPoolProvider()

Properties

MaximumRetained

The maximum number of objects to retain in the pool.

Methods

Create<T>()

Creates an ObjectPool.

(Inherited from ObjectPoolProvider)
Create<T>(IPooledObjectPolicy<T>)

Creates an ObjectPool with the given IPooledObjectPolicy<T>.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Extension Methods

CreateStringBuilderPool(ObjectPoolProvider)

Creates an ObjectPool<T> that pools StringBuilder instances.

CreateStringBuilderPool(ObjectPoolProvider, Int32, Int32)

Creates an ObjectPool<T> that pools StringBuilder instances.

Applies to