ContentProvider Constructor
Namespace:
Microsoft.WindowsAzure.Mobile.Service.Content
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | ContentProvider() | Creates a new instance of the ContentProvider looking for embedded resources in the assembly in which this class is defined. |
![]() | ContentProvider(IEnumerable(Of EmbeddedResourcesInfo)) | Creates a new instance of the ContentProvider with a given set of assemblies to look for embedded resources in. The assemblies are searched in the order provided which means that if the same embedded resource exists in multiple assemblies then the first one found will be returned. |
Show:
