Show / Hide Table of Contents

Class WatsonCrashArchive

Extracts a crash archive. Adapted from ExtractCrashArchiveHelper.

Inheritance
System.Object
WatsonCrashArchive
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.Ingestion
Assembly: CrashCABN.Ingestion.Watson.dll
Syntax
public static class WatsonCrashArchive

Methods

View Source

ExtractCAB(String, String)

Extracts the archive file to the specified directory.

Declaration
public static void ExtractCAB(string archiveFilePath, string destinationDirectory)
Parameters
Type Name Description
System.String archiveFilePath

The archive file.

System.String destinationDirectory

The destination directory.

  • View Source
In This Article
Back to top Generated by DocFX