RecyclableMemoryStreamManager.StreamDoubleDisposedEventArgs class
December 6, 2023 · View on GitHub
Arguments for the StreamDoubleDisposed event.
public sealed class StreamDoubleDisposedEventArgs : EventArgs
| parameter | description |
|---|---|
| guid | Unique ID of the stream. |
| tag | Tag of the stream. |
| allocationStack | Stack of original allocation. |
| disposeStack1 | First dispose stack. |
| disposeStack2 | Second dispose stack. |
Public Members
| name | description |
|---|---|
| StreamDoubleDisposedEventArgs(…) | Arguments for the StreamDoubleDisposed event. |
| AllocationStack { get; } | Stack where the stream was allocated. |
| DisposeStack1 { get; } | First dispose stack. |
| DisposeStack2 { get; } | Second dispose stack. |
| Id { get; } | Unique ID for the stream. |
| Tag { get; } | Optional Tag for the event. |
Remarks
Initializes a new instance of the StreamDoubleDisposedEventArgs class.
See Also
- class RecyclableMemoryStreamManager
- namespace Microsoft.IO