SymScope Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SymScope(ISymUnmanagedScope*) |
Initializes a new instance of the SymScope class by using the specified pointer to an unmanaged ISymUnmanagedScope object. |
SymScope(ISymUnmanagedScope*) |
Initializes a new instance of the SymScope class using the specified pointer to an unmanaged ISymUnmanagedScope object. |
SymScope(ISymUnmanagedScope*)
Initializes a new instance of the SymScope class by using the specified pointer to an unmanaged ISymUnmanagedScope object.
public:
SymScope(ISymUnmanagedScope* pScope);
public SymScope (ISymUnmanagedScope* pScope);
new System.Diagnostics.SymbolStore.SymScope : nativeptr<ISymUnmanagedScope> -> System.Diagnostics.SymbolStore.SymScope
Parameters
- pScope
- ISymUnmanagedScope*
A pointer to an unmanaged ISymUnmanagedScope object.
Remarks
Typically, you use the RootScope property to obtain instances of this class, instead of creating an instance by using this constructor.
Applies to
SymScope(ISymUnmanagedScope*)
Initializes a new instance of the SymScope class using the specified pointer to an unmanaged ISymUnmanagedScope object.
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
Parameters
- pScope
- System.Diagnostics.SymbolStore.Private.ISymUnmanagedScope*
A pointer to an unmanaged ISymUnmanagedScope object.