IVsSmartOpenScope Interface
Visual Studio 2015
Opens an existing assembly and maps the assembly's metadata to memory. The interface provides smart opening, automatically choosing between opening the scope with or without locking. You can get an instance of this interface using the SVsSmartOpenScope (SID_SVsSmartOpenScope) service.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | OpenScope(String, UInt32, Guid, Object) | Open a scope and return a requested interface on it. |
For more information about assembly scopes, see IMetaDataDispenser::OpenScope Method.
Show:
