<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.6.25358.103" />

STGTY

enum STGTY
The STGTY enumeration values are used in the type member of the STATSTG structure to indicate the type of the storage element. A storage element is a storage object, a stream object, or a byte-array object (LOCKBYTES).

Indicates that the storage element is a byte-array object.

Indicates that the storage element is a property storage object.

Indicates that the storage element is a storage object.

Indicates that the storage element is a stream object.