SymDocument Constructors

Definition

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.SymDocument

Parameters

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.SymDocument

Parameters

pDocument
System.Diagnostics.SymbolStore.Private.ISymUnmanagedDocument*

A pointer to the ISymUnmanagedDocument object.

Applies to