SymDocumentWriter 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供寫入至符號存放區所參考之文件的方法。
public ref class SymDocumentWriter : System::Diagnostics::SymbolStore::ISymbolDocumentWriter
public ref class SymDocumentWriter : System::Diagnostics::SymbolStore::SymDocumentWriterBase, IDisposable, System::Diagnostics::SymbolStore::ISymbolDocumentWriter
public class SymDocumentWriter : System.Diagnostics.SymbolStore.ISymbolDocumentWriter
[System.Runtime.InteropServices.ComVisible(true)]
public class SymDocumentWriter : System.Diagnostics.SymbolStore.ISymbolDocumentWriter
[System.Runtime.InteropServices.ComVisible(true)]
public class SymDocumentWriter : System.Diagnostics.SymbolStore.SymDocumentWriterBase, IDisposable, System.Diagnostics.SymbolStore.ISymbolDocumentWriter
type SymDocumentWriter = class
interface ISymbolDocumentWriter
[<System.Runtime.InteropServices.ComVisible(true)>]
type SymDocumentWriter = class
interface ISymbolDocumentWriter
[<System.Runtime.InteropServices.ComVisible(true)>]
type SymDocumentWriter = class
inherit SymDocumentWriterBase
interface ISymbolDocumentWriter
interface IDisposable
Public Class SymDocumentWriter
Implements ISymbolDocumentWriter
Public Class SymDocumentWriter
Inherits SymDocumentWriterBase
Implements IDisposable, ISymbolDocumentWriter
- 繼承
-
SymDocumentWriter
- 繼承
- 屬性
- 實作
備註
檔是由 URL 和檔案類型 GUID 所定義。 您可以選擇性地將檔案來源儲存在符號存放區中。
建構函式
SymDocumentWriter(ISymUnmanagedDocumentWriter*) |
初始化 SymDocumentWriter 類別的新執行個體。 |
SymDocumentWriter(ISymUnmanagedDocumentWriter*) |
初始化 SymDocumentWriter 類別的新執行個體。 |
方法
__dtor() |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 將 SymDocumentWriter 物件目前執行個體所持有的資源釋出。 |
{dtor}() |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 將 SymDocumentWriter 物件目前執行個體所持有的資源釋出。 |
{dtor}() |
將目前執行個體所持有的資源釋出。 (繼承來源 SymDocumentWriterBase) |
Dispose() |
將 SymDocumentWriter 類別的目前執行個體所使用的資源釋出。 |
Dispose(Boolean) |
由 Dispose() 和 Finalize() 方法呼叫,以釋出 SymBinder 類別之目前執行個體所使用的 Managed 和 Unmanaged 資源。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
Finalize() |
釋出 Unmanaged 資源並執行其他清除作業後,記憶體回收才能重新回收 SymDocumentWriter。 |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
GetUnmanaged() |
取得目前執行個體的 Unmanaged 文件寫入器。 |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
SetCheckSum(Guid, Byte[]) |
在所有情況下都擲回 NotImplementedException。 |
SetSource(Byte[]) |
在所有情況下都擲回 NotSupportedException。 |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |