SymDocument Constructors 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| SymDocument(ISymUnmanagedDocument*) | Initializes a new instance of the SymDocument class using the specified pointer to an unmanaged ISymUnmanagedDocument object. | 
| SymDocument(ISymUnmanagedDocument*) | Initializes a new instance of the SymDocument class using the specified pointer to an unmanaged ISymUnmanagedDocument object. | 
SymDocument(ISymUnmanagedDocument*)
Initializes a new instance of the SymDocument class using the specified pointer to an unmanaged ISymUnmanagedDocument object.
public:
 SymDocument(ISymUnmanagedDocument* pDocument);public SymDocument(ISymUnmanagedDocument* pDocument);new System.Diagnostics.SymbolStore.SymDocument : nativeptr<ISymUnmanagedDocument> -> System.Diagnostics.SymbolStore.SymDocumentParameters
- pDocument
- ISymUnmanagedDocument*
A pointer to the ISymUnmanagedDocument object.
Remarks
Typically, instances of this type are obtained by calling the GetDocument method, instead of being created directly from an unmanaged interface using this constructor.
Applies to
SymDocument(ISymUnmanagedDocument*)
Initializes a new instance of the SymDocument class using the specified pointer to an unmanaged ISymUnmanagedDocument object.
public:
 SymDocument(System::Diagnostics::SymbolStore::Private::ISymUnmanagedDocument* pDocument);public SymDocument(System.Diagnostics.SymbolStore.Private.ISymUnmanagedDocument* pDocument);new System.Diagnostics.SymbolStore.SymDocument : nativeptr<System.Diagnostics.SymbolStore.Private.ISymUnmanagedDocument> -> System.Diagnostics.SymbolStore.SymDocumentParameters
- pDocument
- System.Diagnostics.SymbolStore.Private.ISymUnmanagedDocument*
A pointer to the ISymUnmanagedDocument object.