Show / Hide Table of Contents

Interface ICrashSource

Represents a crash source, which may be used to load a crash instance for analysis.

Namespace: CrashCABN.CrashSources
Assembly: CrashCABN.CrashSources.Abstractions.dll
Syntax
public interface ICrashSource

Methods

View Source

LoadCrashAsync()

Loads the specific crash instance from the source.

Declaration
Task<CrashInstance> LoadCrashAsync()
Returns
Type Description
System.Threading.Tasks.Task<CrashInstance>

A crash instance.

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