C# Class Mosa.DeviceSystem.VDI

Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
CreateHeader ( uint blocks, byte guid, byte lastSnapGuid, DiskGeometry diskGeometry ) : byte[]

Creates the header.

CreateImageMap ( uint blocks ) : byte[]

Creates the image map.

Private Methods

Méthode Description
GetAlignedSize ( ulong size ) : ulong

Gets the size of the aligned.

Method Details

CreateHeader() public static méthode

Creates the header.
public static CreateHeader ( uint blocks, byte guid, byte lastSnapGuid, DiskGeometry diskGeometry ) : byte[]
blocks uint The blocks.
guid byte The GUID.
lastSnapGuid byte The last snap GUID.
diskGeometry DiskGeometry The disk geometry.
Résultat byte[]

CreateImageMap() public static méthode

Creates the image map.
public static CreateImageMap ( uint blocks ) : byte[]
blocks uint The blocks.
Résultat byte[]