C# Class DiscUtils.Iso9660.GenericSystemUseEntry

Inheritance: DiscUtils.Iso9660.SystemUseEntry
ファイルを表示 Open project: gus33000/WindowsBuildIdentifier

Public Properties

Property Type Description
Data byte[]

Public Methods

Method Description
GenericSystemUseEntry ( string name, byte length, byte version, Array data, int offset ) : System

Method Details

GenericSystemUseEntry() public method

public GenericSystemUseEntry ( string name, byte length, byte version, Array data, int offset ) : System
name string
length byte
version byte
data Array
offset int
return System

Property Details

Data public_oe property

public byte[] Data
return byte[]