SymDocumentWriter 클래스

정의

기호 저장소에서 참조하는 문서에 쓰는 메서드를 제공합니다.

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
상속
SymDocumentWriter
특성
구현

설명

문서는 URL 및 문서 형식 GUID로 정의됩니다. 필요에 따라 문서 원본을 기호 저장소에 저장할 수 있습니다.

생성자

Name Description
SymDocumentWriter(ISymUnmanagedDocumentWriter*)

SymDocumentWriter 클래스의 새 인스턴스를 초기화합니다.

SymDocumentWriter(ISymUnmanagedDocumentWriter*)

SymDocumentWriter 클래스의 새 인스턴스를 초기화합니다.

메서드

Name Description
__dtor()

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

개체의 현재 인스턴스에서 보유한 리소스를 SymDocumentWriter 해제합니다.

{dtor}()

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

개체의 현재 인스턴스에서 보유한 리소스를 SymDocumentWriter 해제합니다.

{dtor}()

현재 인스턴스에서 보유한 리소스를 해제합니다.

(다음에서 상속됨 SymDocumentWriterBase)
Dispose()

클래스의 현재 인스턴스에서 사용하는 리소스를 해제합니다 SymDocumentWriter .

Dispose(Boolean)

클래스의 현재 인스턴스에서 Dispose() 사용하는 관리되는 리소스와 관리되지 않는 리소스를 해제하기 위해 메서드 및 Finalize() 메서드에 SymBinder 의해 호출됩니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
Finalize()

관리되지 않는 리소스를 해제하고 가비지 수집에 의해 회수되기 전에 SymDocumentWriter 다른 정리 작업을 수행합니다.

GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
GetUnmanaged()

현재 인스턴스의 관리되지 않는 문서 작성기를 가져옵니다.

MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
SetCheckSum(Guid, Byte[])

모든 경우에 a를 NotImplementedException throw합니다.

SetSource(Byte[])

모든 경우에 a를 NotSupportedException throw합니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상