C# Class BLL.Workflows.IsoGen

Summary description for IsoGen
Show file Open project: cdadmin/clonedeploy

Private Properties

Property Type Description
CreateGrubMenu void
CreateSyslinuxMenu void

Public Methods

Method Description
Generate ( ) : bool
IsoGen ( string buildType, string kernel, string bootImage, string arguments ) : System

Private Methods

Method Description
CreateGrubMenu ( ) : void
CreateSyslinuxMenu ( ) : void

Method Details

Generate() public method

public Generate ( ) : bool
return bool

IsoGen() public method

public IsoGen ( string buildType, string kernel, string bootImage, string arguments ) : System
buildType string
kernel string
bootImage string
arguments string
return System