C# 클래스 Mosa.DeviceSystem.VHD

파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
CreateFooter ( ulong blocks, uint timeStamp, byte guid, DiskGeometry diskGeometry ) : byte[]

Creates the VHD footer.

GetAlignmentPadding ( ulong size ) : uint

Gets the alignment padding.

비공개 메소드들

메소드 설명
GetAlignedSize ( ulong size ) : ulong

Gets the size of the aligned.

메소드 상세

CreateFooter() 공개 정적인 메소드

Creates the VHD footer.
public static CreateFooter ( ulong blocks, uint timeStamp, byte guid, DiskGeometry diskGeometry ) : byte[]
blocks ulong The blocks.
timeStamp uint The time stamp.
guid byte The GUID.
diskGeometry DiskGeometry The disk geometry.
리턴 byte[]

GetAlignmentPadding() 공개 정적인 메소드

Gets the alignment padding.
public static GetAlignmentPadding ( ulong size ) : uint
size ulong The size.
리턴 uint