SymDocument.GetUnmanaged Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un pointeur vers l’interface ISymUnmanagedDocument non managée pour cette instance de SymDocument.
public:
ISymUnmanagedDocument* GetUnmanaged();
public:
System::Diagnostics::SymbolStore::Private::ISymUnmanagedDocument* GetUnmanaged();
public ISymUnmanagedDocument* GetUnmanaged ();
public System.Diagnostics.SymbolStore.Private.ISymUnmanagedDocument* GetUnmanaged ();
member this.GetUnmanaged : unit -> nativeptr<ISymUnmanagedDocument>
member this.GetUnmanaged : unit -> nativeptr<System.Diagnostics.SymbolStore.Private.ISymUnmanagedDocument>
Retours
Pointeur vers l’interface ISymUnmanagedDocument non managée pour ce SymDocument.
Remarques
L’interface ISymUnmanagedDocument non managée est définie dans CorSym.idl, qui est inclus dans le Kit de développement logiciel (SDK) Windows.