IVsResourceManager Interface
Visual Studio 2015
Loads managed and unmanaged resources from Satellite DLLs.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetSatelliteAssemblyPath(String, Int32, String) | Retrieves the path to the satellite assembly |
![]() | LoadResourceBitmap(Guid, Int32, String, IntPtr) | Loads the resource bitmap into the specified package. |
![]() | LoadResourceBitmap2(String, Int32, String, IntPtr) | Loads the resource bitmap into the specified assembly. |
![]() | LoadResourceBlob(Guid, Int32, String, IntPtr, Int32) | Loads the resource blob into the specified package. |
![]() | LoadResourceBlob2(String, Int32, String, IntPtr, Int32) | Loads a resource blob into the specified assembly. |
![]() | LoadResourceIcon(Guid, Int32, String, Int32, Int32, IntPtr) | Loads the resource icon into the specified package. |
![]() | LoadResourceIcon2(String, Int32, String, Int32, Int32, IntPtr) | Loads a resource icon into the specified assembly. |
![]() | LoadResourceString(Guid, Int32, String, String) | Loads the resource string into the specified package. |
![]() | LoadResourceString2(String, Int32, String, String) | Loads a resource string into the specified assembly. |
Implemented by the Environment to load managed and unmanaged resources from Satellite DLLs.
Show:
