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) |
SymBinder 클래스의 현재 인스턴스에서 사용하는 관리되는 리소스와 관리되지 않는 리소스를 해제하기 위해 Dispose() 및 Finalize() 메서드에 의해 호출됩니다. |
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
Finalize() |
가비지 수집에 의해 SymDocumentWriter가 회수되기 전에 관리되지 않는 리소스를 해제하고 기타 정리 작업을 수행합니다. |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
GetUnmanaged() |
현재 인스턴스에 대한 관리되지 않는 문서 작성기를 가져옵니다. |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
SetCheckSum(Guid, Byte[]) |
모든 경우에 NotImplementedException을(를) throw합니다. |
SetSource(Byte[]) |
모든 경우에 NotSupportedException을(를) throw합니다. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
적용 대상
.NET