Class ProcessedImage.WeakReference
A class functionally equivalent to a ProcessedImage reference, but that makes explicit the intention not to have ownership over or prevent disposal of the image.
public record ProcessedImage.WeakReference : IEquatable<ProcessedImage.WeakReference>
- Inheritance
-
ProcessedImage.WeakReference
- Implements
- Inherited Members
Constructors
WeakReference(ProcessedImage)
A class functionally equivalent to a ProcessedImage reference, but that makes explicit the intention not to have ownership over or prevent disposal of the image.
public WeakReference(ProcessedImage ProcessedImage)
Parameters
ProcessedImage
ProcessedImageThe reference. Users should prefer not to directly access this unless it is understood that it may be disposed at any moment.
Properties
ProcessedImage
The reference. Users should prefer not to directly access this unless it is understood that it may be disposed at any moment.
public ProcessedImage ProcessedImage { get; init; }