Dumper Class

Definition

Represents a dumper.

public ref class Dumper sealed : IDisposable
public sealed class Dumper : IDisposable
type Dumper = class
    interface IDisposable
Public NotInheritable Class Dumper
Implements IDisposable
Inheritance
Dumper
Implements

Methods

AddMemoryRaw(IntPtr, Int32)

Adds a memory raw.

Dispose()

Releases the resources used by the Dumper class.

Dump()

Dumps files.

GetDumpResultText()

Returns a dump result text.

RemoveMemoryRaw(IntPtr, Int32)

Removes the memory raw.

SetAppImageName(String)

Sets the application image of the dumper.

SetAppVersion(Int32, Int32)

Sets the application version of the dumper.

SetBucket(Int32, Int32)

Sets the bucket of the dumper.

SetBucketingParameters(Int32, Int32)

Sets the bucketing parameters of the dumper.

SetDirectory(String)

Sets the directory of the dumper.

SetErrorDetails(String)

Sets the error details of the dumper.

SetErrorText(String)

Sets the error text of the dumper.

SetException(Exception)

Sets an exception of the dumper.

SetExtraFile(String)

Sets the extra file of the dumper.

SetFileName(String)

Sets the filename of the dumper.

SetFlags(DumperFlags, DumperFlags)

Sets the specified flags of the dumper.

SetInstanceName(String)

Sets the instance name of the dumper.

SetLogFile(String, Int32)

Sets the log file of the dumper.

SetMiniDumpFlags(MiniDumpFlags, MiniDumpFlags)

Sets the mini dump flags.

SetServiceName(String)

Sets the service name of the dumper.

SetThreadId(Int32)

Sets the thread identifier of the dumper.

SetTitleName(String)

Sets the title name of the dumper.

SetWaitTime(Int32)

Sets the wait time for the dumper.

Applies to