SymScope Constructeurs
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.
Surcharges
SymScope(ISymUnmanagedScope*) |
Initialise une nouvelle instance de la classe SymScope à l’aide du pointeur spécifié vers un objet ISymUnmanagedScope non managé. |
SymScope(ISymUnmanagedScope*) |
Initialise une nouvelle instance de la classe SymScope à l’aide du pointeur spécifié vers un objet ISymUnmanagedScope non managé. |
SymScope(ISymUnmanagedScope*)
Initialise une nouvelle instance de la classe SymScope à l’aide du pointeur spécifié vers un objet ISymUnmanagedScope non managé.
public:
SymScope(ISymUnmanagedScope* pScope);
public SymScope (ISymUnmanagedScope* pScope);
new System.Diagnostics.SymbolStore.SymScope : nativeptr<ISymUnmanagedScope> -> System.Diagnostics.SymbolStore.SymScope
Paramètres
- pScope
- ISymUnmanagedScope*
Pointeur vers un objet ISymUnmanagedScope non managé.
Remarques
En règle générale, vous utilisez la RootScope propriété pour obtenir des instances de cette classe, au lieu de créer un instance à l’aide de ce constructeur.
S’applique à
SymScope(ISymUnmanagedScope*)
Initialise une nouvelle instance de la classe SymScope à l’aide du pointeur spécifié vers un objet ISymUnmanagedScope non managé.
public:
SymScope(System::Diagnostics::SymbolStore::Private::ISymUnmanagedScope* pScope);
public SymScope (System.Diagnostics.SymbolStore.Private.ISymUnmanagedScope* pScope);
new System.Diagnostics.SymbolStore.SymScope : nativeptr<System.Diagnostics.SymbolStore.Private.ISymUnmanagedScope> -> System.Diagnostics.SymbolStore.SymScope
Paramètres
- pScope
- System.Diagnostics.SymbolStore.Private.ISymUnmanagedScope*
Pointeur vers un objet ISymUnmanagedScope non managé.