Partager via


SymScope Constructeurs

Définition

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

S’applique à