[This is preliminary documentation and is subject to change.]
Supportede datatypes for pointers in Exif stream
Namespace: Tools.MetadataT.ExifTAssembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum PointerSizes |
| Visual Basic |
|---|
Public Enumeration PointerSizes |
| Visual C++ |
|---|
public enum class PointerSizes |
| F# |
|---|
type PointerSizes |
| JScript |
|---|
public enum PointerSizes |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Byte | 1 | 1-byte (8-bits) unsigned integer | |
| UInt16 | 3 | 2-bytes (16-bits) unsigned integer | |
| UInt32 | 4 | 4-bytes (32-bits) unsigned integer | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |
Remarks
Values of items are same as values of corresponding items in ExifDataTypes