C# Class Microsoft.IO.RecyclableMemoryStreamManager.Events

Inheritance: EventSource
Datei anzeigen Open project: microsoft/Microsoft.IO.RecyclableMemoryStream

Public Properties

Property Type Description
Writer Events

Private Methods

Method Description
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

Property Details

Writer public_oe static_oe property

Static log object, through which all events are written.
public static Events Writer
return Events