Dumper 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表甩手。
public ref class Dumper sealed : IDisposable
public sealed class Dumper : IDisposable
type Dumper = class
interface IDisposable
Public NotInheritable Class Dumper
Implements IDisposable
- 繼承
-
Dumper
- 實作
方法
| 名稱 | Description |
|---|---|
| AddMemoryRaw(IntPtr, Int32) |
會增加記憶的原始記憶。 |
| Dispose() |
釋放該職業所使用的 Dumper 資源。 |
| Dump() |
備份檔案。 |
| GetDumpResultText() |
回傳一個傾倒結果的文字。 |
| RemoveMemoryRaw(IntPtr, Int32) |
移除記憶的原始狀態。 |
| SetAppImageName(String) |
設定 dumper 的應用程式映像檔。 |
| SetAppVersion(Int32, Int32) |
設定轉存器的應用程式版本。 |
| SetBucket(Int32, Int32) |
讓倒車的桶子倒下。 |
| SetBucketingParameters(Int32, Int32) |
設定傾卸車的分桶參數。 |
| SetDirectory(String) |
設定傾倒者的目錄。 |
| SetErrorDetails(String) |
設定傾倒者的錯誤細節。 |
| SetErrorText(String) |
設定傾倒器的錯誤文字。 |
| SetException(Exception) |
為拋棄者設例外。 |
| SetExtraFile(String) |
設定拋棄者的額外檔案。 |
| SetFileName(String) |
設定傾銷器的檔案名稱。 |
| SetFlags(DumperFlags, DumperFlags) |
設定了丟棄者的指定標誌。 |
| SetInstanceName(String) |
設定傾倒器的實例名稱。 |
| SetLogFile(String, Int32) |
設定傾倒器的日誌檔。 |
| SetMiniDumpFlags(MiniDumpFlags, MiniDumpFlags) |
設定迷你傾倒標記。 |
| SetServiceName(String) |
設定傾卸者的服務名稱。 |
| SetThreadId(Int32) |
設定傾出器的執行緒識別碼。 |
| SetTitleName(String) |
設定分手者的產權名稱。 |
| SetWaitTime(Int32) |
設定了拋棄者的等待時間。 |