Edit

Share via


PosixTarEntry.DeviceMinor Property

Definition

Gets or sets the device's minor number. When the current entry represents a character device or a block device, the minor number is used by the driver to distinguish individual devices it controls.

public:
 property int DeviceMinor { int get(); void set(int value); };
public int DeviceMinor { get; set; }
member this.DeviceMinor : int with get, set
Public Property DeviceMinor As Integer

Property Value

Exceptions

The entry does not represent a block device or a character device.

The value is negative, or larger than 2097151.

Remarks

Character and block devices are Unix-specific entry types.

Applies to