RecyclableMemoryStreamManager.StreamDoubleDisposedEventArgs constructor
December 6, 2023 · View on GitHub
Arguments for the StreamDoubleDisposed event.
public StreamDoubleDisposedEventArgs(Guid guid, string? tag, string? allocationStack,
string? disposeStack1, string? disposeStack2)
| 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. |
Remarks
Initializes a new instance of the StreamDoubleDisposedEventArgs class.
See Also
- class StreamDoubleDisposedEventArgs
- namespace Microsoft.IO