PosixTarEntry.DeviceMajor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the device's major number. When the current entry represents a character device or a block device, the major number identifies the driver associated with the device.
public:
property int DeviceMajor { int get(); void set(int value); };
public int DeviceMajor { get; set; }
member this.DeviceMajor : int with get, set
Public Property DeviceMajor 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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.