SymDocument 构造函数

定义

重载

SymDocument(ISymUnmanagedDocument*)

使用指向非托管 ISymUnmanagedDocument 对象的指定指针初始化 类的新实例SymDocument

SymDocument(ISymUnmanagedDocument*)

使用指向非托管 ISymUnmanagedDocument 对象的指定指针初始化 SymDocument 类的新实例。

SymDocument(ISymUnmanagedDocument*)

使用指向非托管 ISymUnmanagedDocument 对象的指定指针初始化 类的新实例SymDocument

public:
 SymDocument(ISymUnmanagedDocument* pDocument);
public SymDocument (ISymUnmanagedDocument* pDocument);
new System.Diagnostics.SymbolStore.SymDocument : nativeptr<ISymUnmanagedDocument> -> System.Diagnostics.SymbolStore.SymDocument

参数

pDocument
ISymUnmanagedDocument*

指向 ISymUnmanagedDocument 对象的指针。

注解

通常,此类型的实例是通过调用 GetDocument 方法获取的,而不是直接使用此构造函数从非托管接口创建。

适用于

SymDocument(ISymUnmanagedDocument*)

使用指向非托管 ISymUnmanagedDocument 对象的指定指针初始化 SymDocument 类的新实例。

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

参数

pDocument
System.Diagnostics.SymbolStore.Private.ISymUnmanagedDocument*

指向 ISymUnmanagedDocument 对象的指针。

适用于