ObjectPoolProvider Класс
Определение
Поставщик экземпляров ObjectPool<T>.A provider of ObjectPool<T> instances.
public ref class ObjectPoolProvider abstract
public abstract class ObjectPoolProvider
type ObjectPoolProvider = class
Public MustInherit Class ObjectPoolProvider
- Наследование
-
ObjectPoolProvider
- Производный
Конструкторы
ObjectPoolProvider() |
Методы
Create<T>() |
Создает ObjectPool.Creates an ObjectPool. |
Create<T>(IPooledObjectPolicy<T>) |
Создает объект ObjectPool с указанной категорией IPooledObjectPolicy<T>.Creates an ObjectPool with the given IPooledObjectPolicy<T>. |
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetHashCode() |
Служит хэш-функцией по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |
Методы расширения
CreateStringBuilderPool(ObjectPoolProvider) | |
CreateStringBuilderPool(ObjectPoolProvider, Int32, Int32) |