C# Class DiskImageUpdater.MsVhd

ファイルを表示 Open project: sharpos/SharpOS Class Usage Examples

Public Methods

Method Description
CreateFromImage ( string imagePath, string vhdPath ) : void

Private Methods

Method Description
ComputeCHS ( long totalSectors ) : int

Method Details

CreateFromImage() public static method

public static CreateFromImage ( string imagePath, string vhdPath ) : void
imagePath string
vhdPath string
return void