SymDocumentWriter.GetUnmanaged 方法
定义
获取当前实例的非托管文档编写器。Gets the unmanaged document writer for the current instance.
public:
ISymUnmanagedDocumentWriter* GetUnmanaged();
public:
System::Diagnostics::SymbolStore::Private::ISymUnmanagedDocumentWriter* GetUnmanaged();
public ISymUnmanagedDocumentWriter* GetUnmanaged ();
public System.Diagnostics.SymbolStore.Private.ISymUnmanagedDocumentWriter* GetUnmanaged ();
member this.GetUnmanaged : unit -> nativeptr<ISymUnmanagedDocumentWriter>
member this.GetUnmanaged : unit -> nativeptr<System.Diagnostics.SymbolStore.Private.ISymUnmanagedDocumentWriter>
返回
- ISymUnmanagedDocumentWriter*
- System.Diagnostics.SymbolStore.Private.ISymUnmanagedDocumentWriter*
当前 SymDocumentWriter 实例的非托管文档编写器。The unmanaged document writer for the current SymDocumentWriter instance.