IsoCreator Class

Summary

Contains functionality related to creating ISO files.
Assembly
Cake.ISO.dll
Namespace
Cake.ISO
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["IsoCreator"] class Type type-node

Syntax

public class IsoCreator

Constructors

Name Summary
IsoCreator(ICakeEnvironment, ICakeLog) Generates an ISO file from a given path.

Methods

Name Value Summary
CreateIso(DirectoryPath, FilePath, string) void
Generates an ISO file from a given path.

Extension Methods

Name Value Summary
Dump<IsoCreator>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<IsoCreator>(IsoCreator[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<IsoCreator>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<IsoCreator>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<IsoCreator>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<IsoCreator>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin