C# Класс Microsoft.IO.RecyclableMemoryStreamManager.Events

Наследование: EventSource
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Writer Events

Приватные методы

Метод Описание
MemoryStreamCreated ( Guid guid, string tag, long requestedSize, long actualSize ) : void
MemoryStreamDiscardBuffer ( Guid guid, string tag, MemoryStreamBufferType bufferType, MemoryStreamDiscardReason reason ) : void
MemoryStreamDisposed ( Guid guid, string tag, string allocationStack, string disposeStack ) : void
MemoryStreamDoubleDispose ( Guid guid, string tag, string allocationStack, string disposeStack1, string disposeStack2 ) : void
MemoryStreamFinalized ( Guid guid, string tag, string allocationStack ) : void
MemoryStreamManagerInitialized ( int blockSize, int largeBufferMultiple, int maximumBufferSize ) : void
MemoryStreamNewBlockCreated ( long smallPoolInUseBytes ) : void
MemoryStreamNewLargeBufferCreated ( long requiredSize, long largePoolInUseBytes ) : void
MemoryStreamNonPooledLargeBufferCreated ( Guid guid, string tag, long requiredSize, string allocationStack ) : void
MemoryStreamOverCapacity ( Guid guid, string tag, long requestedCapacity, long maxCapacity, string allocationStack ) : void
MemoryStreamToArray ( Guid guid, string tag, string stack, long size ) : void

Описание свойств

Writer публичное статическое свойство

Static log object, through which all events are written.
public static Events Writer
Результат Events