[]
Initializes a new instance of the FileID class.
public FileID()
Public Sub New()
Initializes a new instance of the FileID class.
public FileID(byte[] permanentID, byte[] changingID)
Public Sub New(permanentID As Byte(), changingID As Byte())
Type | Name | Description |
---|---|---|
byte[] | permanentID | The permanent ID. |
byte[] | changingID | The changing ID. |