RecyclableMemoryStreamManager.StreamConvertedToArrayEventArgs constructor
December 6, 2023 · View on GitHub
Arguments for the StreamConvertedToArray event.
public StreamConvertedToArrayEventArgs(Guid guid, string? tag, string? stack, long length)
| parameter | description |
|---|---|
| guid | Unique ID of the stream. |
| tag | Tag of the stream. |
| stack | Stack of ToArray call. |
| length | Length of stream. |
Remarks
Initializes a new instance of the StreamConvertedToArrayEventArgs class.
See Also
- class StreamConvertedToArrayEventArgs
- namespace Microsoft.IO