C# 클래스 Microsoft.IO.RecyclableMemoryStreamManager.Events

상속: EventSource
파일 보기 프로젝트 열기: microsoft/Microsoft.IO.RecyclableMemoryStream

공개 프로퍼티들

프로퍼티 타입 설명
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