| CApplicationException | |
| CICSharpCode.SharpZipLib.SharpZipBaseException | SharpZipBaseException is the base exception class for the SharpZipLibrary. All library exceptions are derived from this |
| CICSharpCode.SharpZipLib.BZip2.BZip2Exception | BZip2Exception represents exceptions specific to Bzip2 algorithm |
| CICSharpCode.SharpZipLib.GZip.GZipException | GZipException represents a Gzip specific exception |
| CICSharpCode.SharpZipLib.LZW.LzwException | LzwException represents a LZW specific exception |
| CICSharpCode.SharpZipLib.Tar.TarException | TarExceptions are used for exceptions specific to tar classes and code |
| CICSharpCode.SharpZipLib.Tar.InvalidHeaderException | This exception is used to indicate that there is a problem with a TAR archive header |
| CICSharpCode.SharpZipLib.Zip.ZipException | Represents exception conditions specific to Zip archive handling |
| CZwipe.Test.Tools.Helpers.Certificates.Authenticode | |
| CZwipe.Test.Tools.Helpers.Certificates.Authenticode.WinCrypt.BLOB | |
| CZwipe.Build.Tools.BuildArtifact | |
| CZwipe.Test.Tools.Entities.BuildArtifactInfo | |
| CZwipe.Build.Tools.Extensions.ByteArrayExtensions | |
| CICSharpCode.SharpZipLib.BZip2.BZip2 | An example class to demonstrate compression and decompression of BZip2 streams |
| CICSharpCode.SharpZipLib.BZip2.BZip2Constants | Defines internal values for both compression and decompression |
| CZwipe.Test.Tools.Helpers.Certificates.Authenticode.WinCrypt.CERT_ID | |
| CZwipe.Test.Tools.Helpers.Certificates.Authenticode.WinCrypt.CERT_NAME_BLOB | |
| CZwipe.Test.Tools.Helpers.Certificates.Authenticode.WinCrypt.CMSG_SIGNER_INFO | |
| CZwipe.Test.Tools.Helpers.Certificates.Authenticode.WinCrypt.CRYPT_ALGORITHM_IDENTIFIER | |
| CZwipe.Test.Tools.Helpers.Certificates.Authenticode.WinCrypt.CRYPT_ATTR_BLOB | |
| CZwipe.Test.Tools.Helpers.Certificates.Authenticode.WinCrypt.CRYPT_ATTRIBUTE | |
| CZwipe.Test.Tools.Helpers.Certificates.Authenticode.WinCrypt.CRYPT_INTEGER_BLOB | |
| CCryptoStream | |
| CICSharpCode.SharpZipLib.Encryption.ZipAESStream | Encrypts and decrypts AES ZIP |
| CCV_HEADER | |
| CCV_INFO_PDB20 | |
| CCV_INFO_PDB70 | |
| CICSharpCode.SharpZipLib.Zip.Compression.Deflater | This is the Deflater class. The deflater class compresses input with the deflate algorithm described in RFC 1951. It has several compression levels and three different strategies described below |
| CICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants | This class contains constants used for deflation |
| CICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine | Low level compression engine for deflate algorithm which uses a 32K sliding window with secondary compression from Huffman/Shannon-Fano codes |
| CICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman | This is the DeflaterHuffman class |
| CICSharpCode.SharpZipLib.Zip.DescriptorData | Holds data pertinent to a data descriptor |
| CZwipe.Test.Tools.Entities.Distribution | |
| CZwipe.Build.Tools.IO.DynamicLibrary | |
| CZwipe.Build.Tools.IO.ExecutableFormats.ElfFile | |
| CICSharpCode.SharpZipLib.Zip.EntryPatchData | |
| CZwipe.Build.Tools.Extensions.EnumerableExtensions | |
| CZwipe::EqualHelper | |
| CZwipe.Test.Tools.JUnit.Error | |
| CEventArgs | |
| CICSharpCode.SharpZipLib.Core.ProgressEventArgs | Event arguments during processing of a single file or directory |
| CICSharpCode.SharpZipLib.Core.ScanEventArgs | Event arguments for scanning |
| CICSharpCode.SharpZipLib.Core.DirectoryEventArgs | Event arguments for directories |
| CICSharpCode.SharpZipLib.Core.ScanFailureEventArgs | Arguments passed when scan failures are detected |
| CICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs | Arguments used with KeysRequiredEvent |
| CZwipe.Test.Tools.JUnit.Failure | |
| CICSharpCode.SharpZipLib.Zip.FastZip | FastZip provides facilities for creating and extracting zip files |
| CICSharpCode.SharpZipLib.Zip.FastZipEvents | FastZipEvents supports all events applicable to FastZip operations |
| CZwipe.Build.Tools.IO.FileSystemEntry | |
| CZwipe.Build.Tools.IO.FileSystemInfo | |
| CZwipe.Build.Tools.IO.UnixFileSystemInfo | |
| CZwipe.Build.Tools.IO.WindowsFileSystemInfo | |
| CICSharpCode.SharpZipLib.Core.FileSystemScanner | FileSystemScanner provides facilities scanning of files and directories |
| CICSharpCode.SharpZipLib.GZip.GZipConstants | This class contains constants used for gzip |
| CZwipe.Build.Tools.Extensions.HttpClientExtensions | |
| CZwipe.Build.Build.IarBatchBuild | |
| CZwipe.Build.Build.IarBatchDefinition | |
| CICSharpCode.SharpZipLib.Zip.IArchiveStorage | Defines facilities for data storage when updating Zip Archives |
| CICSharpCode.SharpZipLib.Zip.BaseArchiveStorage | An abstract IArchiveStorage suitable for extension by inheritance |
| CICSharpCode.SharpZipLib.Zip.DiskArchiveStorage | An IArchiveStorage implementation suitable for hard disks |
| CICSharpCode.SharpZipLib.Zip.MemoryArchiveStorage | An IArchiveStorage implementation suitable for in memory streams |
| CZwipe.Build.Build.IarMember | |
| CZwipe.Build.Build.IarProject | |
| CZwipe.Build.Build.IarWorkspace | |
| CZwipe.Test.IBuildArtifactInfoCollector | |
| CZwipe.Test.Implementation.BuildArtifactInfoCollector | |
| CZwipe.Test.IBuildArtifactInfoMerger | |
| CZwipe.Test.Implementation.BuildArtifactInfoMerger | |
| CZwipe.Test.IBuildArtifactTester | |
| CZwipe.Test.Implementation.BuildArtifactTester | |
| CICSharpCode.SharpZipLib.Checksums.IChecksum | Interface to compute a data checksum used by checked input/output streams. A data checksum can be updated by one byte or with a byte array. After each update the value of the current checksum can be returned by calling |
| CICSharpCode.SharpZipLib.Checksums.Adler32 | Computes Adler32 checksum for a stream of data. An Adler32 checksum is not as reliable as a CRC32 checksum, but a lot faster to compute |
| CICSharpCode.SharpZipLib.Checksums.Crc32 | Generate a table for a byte-wise 32-bit CRC calculation on the polynomial: x^32+x^26+x^23+x^22+x^16+x^12+x^11+x^10+x^8+x^7+x^5+x^4+x^2+x+1 |
| CICSharpCode.SharpZipLib.Checksums.StrangeCRC | Bzip2 checksum algorithm |
| CICloneable | |
| CICSharpCode.SharpZipLib.Tar.TarEntry | This class represents an entry in a Tar archive. It consists of the entry's header, as well as the entry's File. Entries can be instantiated in one of three ways, depending on how they are to be used |
| CICSharpCode.SharpZipLib.Tar.TarHeader | This class encapsulates the Tar Entry Header used in Tar Archives. The class also holds a number of tar constants, used mostly in headers |
| CICSharpCode.SharpZipLib.Zip.ZipEntry | This class represents an entry in a zip archive. This can be a file or a directory ZipFile and ZipInputStream will give you instances of this class as information about the members in an archive. ZipOutputStream uses an instance of this class when creating an entry in a Zip file.
Author of the original java version : Jochen Hoenicke |
| CZwipe.Test.Tools.Entities.File | |
| CIComparer | |
| CICSharpCode.SharpZipLib.Zip.ZipFile.UpdateComparer | Class used to sort updates |
| CICryptoTransform | |
| CICSharpCode.SharpZipLib.Encryption.PkzipClassicDecryptCryptoTransform | PkzipClassic CryptoTransform for decryption |
| CICSharpCode.SharpZipLib.Encryption.PkzipClassicEncryptCryptoTransform | PkzipClassic CryptoTransform for encryption |
| CICSharpCode.SharpZipLib.Encryption.ZipAESTransform | Transforms stream using AES in CTR mode |
| CIDisposable | |
| CICSharpCode.SharpZipLib.Tar.TarArchive | The TarArchive class implements the concept of a 'Tape Archive'. A tar archive is a series of entries, each of which represents a file system object. Each entry in the archive consists of a header block followed by 0 or more data blocks. Directory entries consist only of the header block, and are followed by entries for the directory's contents. File entries consist of a header followed by the number of blocks needed to contain the file's contents. All entries are written on block boundaries. Blocks are 512 bytes long |
| CICSharpCode.SharpZipLib.Zip.ZipExtraData | A class to handle the extra data field for Zip entries |
| CICSharpCode.SharpZipLib.Zip.ZipFile | This class represents a Zip archive. You can ask for the contained entries, or get an input stream for a file entry. The entry is automatically decompressed |
| CZwipe.Build.Tools.IO.ExecutableFormats.PeFile | |
| CZwipe.Test.Tools.TestContext | |
| CICSharpCode.SharpZipLib.Zip.IDynamicDataSource | Represents a source of data that can dynamically provide multiple data sources based on the parameters passed |
| CICSharpCode.SharpZipLib.Zip.DynamicDiskDataSource | Default implementation of IDynamicDataSource for files stored on disk |
| CICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory | This interface is provided, along with the method SetEntryFactory, to allow the programmer to have their own TarEntry subclass instantiated for the entries return from GetNextEntry |
| CICSharpCode.SharpZipLib.Tar.TarInputStream.EntryFactoryAdapter | Standard entry factory class creating instances of the class TarEntry |
| CICSharpCode.SharpZipLib.Zip.IEntryFactory | Defines factory methods for creating new ZipEntry values |
| CICSharpCode.SharpZipLib.Zip.ZipEntryFactory | Basic implementation of IEntryFactory |
| CIEnumerable | |
| CICSharpCode.SharpZipLib.Zip.ZipFile | This class represents a Zip archive. You can ask for the contained entries, or get an input stream for a file entry. The entry is automatically decompressed |
| CIEnumerator | |
| CICSharpCode.SharpZipLib.Zip.ZipFile.ZipEntryEnumerator | An enumerator for Zip entries |
| CICSharpCode.SharpZipLib.Core.INameTransform | INameTransform defines how file system names are transformed for use with archives, or vice versa |
| CICSharpCode.SharpZipLib.Zip.WindowsNameTransform | WindowsNameTransform transforms ZipFile names to windows compatible ones |
| CICSharpCode.SharpZipLib.Zip.ZipNameTransform | ZipNameTransform transforms names as per the Zip file naming convention |
| CICSharpCode.SharpZipLib.Zip.Compression.Inflater | Inflater is used to decompress data that has been compressed according to the "deflate" standard described in rfc1951 |
| CICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader | |
| CICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree | Huffman tree used for inflation |
| CICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer | An input buffer customised for use by InflaterInputStream |
| CZwipe.Build.Tools.IO.IO | |
| CICSharpCode.SharpZipLib.Core.IScanFilter | Scanning filters support filtering of names |
| CICSharpCode.SharpZipLib.Core.NameFilter | NameFilter is a string matching class which allows for both positive and negative matching. A filter is a sequence of independant regular expressions separated by semi-colons ';'. To include a semi-colon it may be quoted as in \;. Each expression can be prefixed by a plus '+' sign or a minus '-' sign to denote the expression is intended to include or exclude names. If neither a plus or minus sign is found include is the default. A given name is tested for inclusion before checking exclusions. Only names matching an include spec and not matching an exclude spec are deemed to match the filter. An empty filter matches any name |
| CICSharpCode.SharpZipLib.Core.PathFilter | PathFilter filters directories and files using a form of regular expressions by full path name. See NameFilter for more detail on filtering |
| CICSharpCode.SharpZipLib.Core.ExtendedPathFilter | ExtendedPathFilter filters based on name, file size, and the last write time of the file |
| CICSharpCode.SharpZipLib.Core.NameAndSizeFilter | NameAndSizeFilter filters based on name and file size |
| CZwipe.Build.Tools.Signing.Providers.ISignConfigurationProvider | |
| CZwipe.Build.Tools.Signing.Providers.SignConfigurationProvider | |
| CZwipe.Build.Tools.Signing.Providers.ISignProvider | |
| CZwipe.Build.Tools.Signing.Providers.PfxSignProvider | |
| CZwipe.Build.Tools.Signing.Providers.AuthenticodePfxSignProvider | |
| CZwipe.Build.Tools.Signing.Providers.FrameworkPfxSignProvider | |
| CZwipe.Build.Tools.Signing.Providers.JarPfxSignProvider | |
| CZwipe.Build.Tools.Signing.Providers.MagePfxSignProvider | |
| CZwipe.Build.Tools.Signing.Providers.TokenSignProvider | |
| CZwipe.Build.Tools.Signing.Providers.AuthenticodeTokenSignProvider | |
| CZwipe.Build.Tools.Signing.Providers.JarTokenSignProvider | |
| CZwipe.Build.Tools.Signing.Providers.MageTokenSignProvider | |
| CICSharpCode.SharpZipLib.Zip.IStaticDataSource | Provides a static way to obtain a source of data for an entry |
| CICSharpCode.SharpZipLib.Zip.StaticDiskDataSource | Default implementation of a IStaticDataSource for use with files stored on disk |
| CICSharpCode.SharpZipLib.Zip.ITaggedData | ExtraData tagged value interface |
| CICSharpCode.SharpZipLib.Zip.ExtendedUnixData | Class representing extended unix date time values |
| CICSharpCode.SharpZipLib.Zip.NTTaggedData | Class handling NT date time values |
| CICSharpCode.SharpZipLib.Zip.RawTaggedData | A raw binary tagged value |
| CICSharpCode.SharpZipLib.Zip.ITaggedDataFactory | A factory that creates tagged data instances |
| CZwipe.Test.Tools.ITest | |
| CZwipe.Test.Tools.Tests.BaseTest | |
| CZwipe.Test.Tools.Tests.Build.BaseBuildTest | |
| CZwipe.Test.Tools.Tests.Build.BaseMakefileBuildTest | |
| CZwipe.Test.Tools.Tests.Build.LinuxMakefileBuildTest | |
| CZwipe.Test.Tools.Tests.Build.MacOSXMakefileBuildTest | |
| CZwipe.Test.Tools.Tests.Build.BaseMsBuildBuildTest | |
| CZwipe.Test.Tools.Tests.Build.BaseVsBuildTest | |
| CZwipe.Test.Tools.Tests.Build.VS2019BuildTest | |
| CZwipe.Test.Tools.Tests.Build.GradleBuildTest | |
| CZwipe.Test.Tools.Tests.Build.XcodeBuildTest | |
| CZwipe.Test.Tools.Tests.Integrity.CertificateTest | |
| CZwipe.Test.Tools.Tests.Integrity.DebugSymbolsTest | |
| CZwipe.Test.Tools.Tests.Integrity.ExportsTest | |
| CZwipe.Test.Tools.Tests.Integrity.ExtensionsTest | |
| CZwipe.Test.Tools.Tests.Integrity.FilePresentTest | |
| CZwipe.Test.Tools.Tests.Integrity.PlatformTest | |
| CZwipe.Test.Tools.Tests.Integrity.RevisionsTest | |
| CZwipe.Test.Tools.Helpers.Certificates.JavaAuthenticode | |
| CZwipe.Test.Tools.Tests.Build.BaseBuildTest.Job | |
| CZwipe.Test.Tools.Tests.Build.BaseMakefileBuildTest.MakefileJob | |
| CZwipe.Test.Tools.Tests.Build.BaseMsBuildBuildTest.MsBuildJob | |
| CJsonConverter | |
| CZwipe.Build.Tools.Extensions.ByteArrayConverter | |
| CICSharpCode.SharpZipLib.LZW.LzwConstants | This class contains constants used for LZW |
| CZwipe.Build.Tools.IO.ExecutableFormats.MachOFile | |
| CZwipe.Build.Extensions.MsBuildExtensions | |
| CICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow | Contains the output from the Inflation process. We need to have a window so that we can refer backwards into the output stream to repeat stuff.
Author of the original java version : John Leuner |
| CZwipe.Test.Tools.Tests.Integrity.ExportsTest.Pair< T1, T2 > | |
| CZwipe.Build.Tools.IO.ExecutableFormats.PELoader | |
| CICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer | This class is general purpose class for writing data to a buffer |
| CICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending | This class stores the pending output of the Deflater |
| CICSharpCode.SharpZipLib.Encryption.PkzipClassicCryptoBase | PkzipClassicCryptoBase provides the low level facilities for encryption and decryption using the PkzipClassic algorithm |
| CICSharpCode.SharpZipLib.Encryption.PkzipClassicDecryptCryptoTransform | PkzipClassic CryptoTransform for decryption |
| CICSharpCode.SharpZipLib.Encryption.PkzipClassicEncryptCryptoTransform | PkzipClassic CryptoTransform for encryption |
| CZwipe.Build.Tools.IO.Platform | |
| CPosixStat | |
| CZwipe.Build.Tools.IO.ProcessCommandExecutor | |
| CZwipeTester.Program | |
| CZwipe.Test.Tools.JUnit.Property | |
| CQueue | |
| CZwipe.Test.Tools.Tests.Build.BaseBuildTest.JobQueue | |
| CZwipe.Build.Tools.Signing.Remote.RemoteError | |
| CZwipe.Build.Tools.Signing.Remote.RemoteSignRequest | |
| CZwipe.Build.Tools.Signing.Remote.RemoteSignResponse | |
| CZwipe.Build.Tools.IO.ExecutableFormats.PELoader.Section | |
| Csha256_context | |
| CZwipe.Build.Tools.Signing.Signer | |
| CZwipe.Build.Tools.Signing.AuthenticodeSigner | |
| CZwipe.Build.Tools.Signing.FrameworkSigner | |
| CZwipe.Build.Tools.Signing.JarSigner | |
| CZwipe.Build.Tools.Signing.MageSigner | |
| CZwipe.Build.Tools.Signing.Remote.RemoteSigner | |
| CZwipe.Test.Tools.Helpers.Certificates.Authenticode.WinCrypt.SIGNER_SUBJECT_INFO | |
| CZwipe.Test.Tools.JUnit.Skipped | |
| CICSharpCode.SharpZipLib.BZip2.BZip2OutputStream.StackElement | |
| CZwipe.Build.Tools.IO.UnixFileSystemInfo.Stat | |
| CStream | |
| CICSharpCode.SharpZipLib.BZip2.BZip2InputStream | An input stream that decompresses files in the BZip2 format |
| CICSharpCode.SharpZipLib.BZip2.BZip2OutputStream | An output stream that compresses into the BZip2 format including file header chars into another stream |
| CICSharpCode.SharpZipLib.LZW.LzwInputStream | This filter stream is used to decompress a LZW format stream. Specifically, a stream that uses the LZC compression method. This file format is usually associated with the .Z file extension |
| CICSharpCode.SharpZipLib.Tar.TarInputStream | The TarInputStream reads a UNIX tar archive as an InputStream. methods are provided to position at each successive entry in the archive, and the read each entry as a normal input stream using read() |
| CICSharpCode.SharpZipLib.Tar.TarOutputStream | The TarOutputStream writes a UNIX tar archive as an OutputStream. Methods are provided to put entries, and then write their contents by writing to this stream using write() |
| CICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream | A special stream deflating or compressing the bytes that are written to it. It uses a Deflater to perform actual deflating.
Authors of the original java version : Tom Tromey, Jochen Hoenicke |
| CICSharpCode.SharpZipLib.GZip.GZipOutputStream | This filter stream is used to compress a stream into a "GZIP" stream. The "GZIP" format is described in RFC 1952 |
| CICSharpCode.SharpZipLib.Zip.ZipOutputStream | This is a DeflaterOutputStream that writes the files into a zip archive one after another. It has a special method to start a new zip entry. The zip entries contains information about the file name size, compressed size, CRC, etc |
| CICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream | This filter stream is used to decompress data compressed using the "deflate" format. The "deflate" format is described in RFC 1951 |
| CICSharpCode.SharpZipLib.GZip.GZipInputStream | This filter stream is used to decompress a "GZIP" format stream. The "GZIP" format is described baseInputStream RFC 1952 |
| CICSharpCode.SharpZipLib.Zip.ZipInputStream | This is an InflaterInputStream that reads the files baseInputStream an zip archive one after another. It has a special method to get the zip entry of the next file. The zip entry contains information about the file name size, compressed size, Crc, etc. It includes support for Stored and Deflated entries.
Author of the original java version : Jochen Hoenicke |
| CICSharpCode.SharpZipLib.Zip.ZipFile.PartialInputStream | A PartialInputStream is an InflaterInputStream whose data is only a part or subsection of a file |
| CICSharpCode.SharpZipLib.Zip.ZipFile.UncompressedStream | An UncompressedStream is a stream that you can write uncompressed data to and flush, but cannot read, seek or do anything else to |
| CICSharpCode.SharpZipLib.Zip.ZipHelperStream | This class assists with writing/reading from Zip files |
| CICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator | This class allows us to retrieve a specified number of bits from the input buffer, as well as copy big byte blocks |
| CICSharpCode.SharpZipLib.Core.StreamUtils | Provides simple Stream" utilities |
| CZwipe.Test.Tools.Helpers.Certificates.Authenticode.WinCrypt.SubjectChoiceUnion | |
| CSymmetricAlgorithm | |
| CICSharpCode.SharpZipLib.Encryption.PkzipClassic | PkzipClassic embodies the classic or original encryption facilities used in Pkzip archives. While it has been superceded by more recent and more powerful algorithms, its still in use and is viable for preventing casual snooping |
| CICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged | Defines a wrapper object to access the Pkzip algorithm. This class cannot be inherited |
| CICSharpCode.SharpZipLib.Tar.TarBuffer | The TarBuffer class implements the tar archive concept of a buffered input stream. This concept goes back to the days of blocked tape drives and special io devices. In the C# universe, the only real function that this class performs is to ensure that files have the correct "record" size, or other tars will complain |
| CTask | |
| CZwipe.Build.Assemble.CreateArchive | |
| CZwipe.Build.Assemble.CreateBuildArtifact | |
| CZwipe.Build.Assemble.ExtractArchive | |
| CZwipe.Build.Assemble.GetArchiveEntries | |
| CZwipe.Build.Assemble.MergeArchives | |
| CZwipe.Build.Build.DockerBuild | |
| CZwipe.Build.Build.Gradle | |
| CZwipe.Build.Build.Iar | |
| CZwipe.Build.Build.Make | |
| CZwipe.Build.Build.Npm | |
| CZwipe.Build.Build.Xcode | |
| CZwipe.Build.Collect.CollectFileLists | |
| CZwipe.Build.Collect.GetFrameworkEntries | |
| CZwipe.Build.Collect.GetMatchingFileSystemEntries | |
| CZwipe.Build.Collect.SignFiles | |
| CZwipe.Build.Collect.SignFrameworks | |
| CZwipe.Build.Collect.SignJarFiles | |
| CZwipe.Build.Collect.SignMage | |
| CZwipe.Build.Misc.DockerPush | |
| CZwipe.Build.Misc.DockerRemove | |
| CZwipe.Build.Misc.GetAbsolutePath | |
| CZwipe.Build.Misc.GetTempCode | |
| CZwipe.Build.Misc.RCloneCopy | |
| CZwipe.Build.Misc.SecureCopy | |
| CZwipe.Build.Misc.ShellExec | |
| CZwipe.Build.Misc.StringReplace | |
| CZwipe.Build.Misc.Time | |
| CZwipe.Build.Test.ExecuteTest | |
| CZwipe.Build.Test.MergeTestInfo | |
| CZwipe.Test.Tools.JUnit.TestCase | |
| CICSharpCode.SharpZipLib.Zip.TestStatus | Status returned returned by ZipTestResultHandler during testing |
| CZwipe.Test.Tools.JUnit.TestSuite | |
| CZwipe.Test.Tools.JUnit.TestSuites | |
| CICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.Tree | |
| CZwipe.Test.Tools.Helpers.Build.VisualStudio | |
| CZwipe.Test.Tools.Helpers.Certificates.Authenticode.WinCrypt | |
| CICSharpCode.SharpZipLib.Core.WindowsPathUtils | WindowsPathUtils provides simple utilities for handling windows paths |
| CZwipe.Test.Tools.Helpers.Zip | |
| CICSharpCode.SharpZipLib.Zip.ZipConstants | This class contains constants used for Zip format files |
| CICSharpCode.SharpZipLib.Zip.ZipFile.ZipString | Represents a string from a ZipFile which is stored as an array of bytes |
| CICSharpCode.SharpZipLib.Zip.ZipFile.ZipUpdate | Represents a pending update to a Zip file |
| CZVersionInfo | |