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 SourceExtractCAB(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. |