EmbeddedResourcesInfo(Assembly, String) Constructor
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.
Initializes a new instance of the EmbeddedResourcesInfo with a given assembly
and resourcePrefix
. The class is used to initialize the ContentProvider class.
public EmbeddedResourcesInfo (System.Reflection.Assembly assembly, string resourcePrefix);
new Microsoft.WindowsAzure.Mobile.Service.Content.EmbeddedResourcesInfo : System.Reflection.Assembly * string -> Microsoft.WindowsAzure.Mobile.Service.Content.EmbeddedResourcesInfo
Public Sub New (assembly As Assembly, resourcePrefix As String)
Parameters
- assembly
- Assembly
The assembly to search for embedded resources.
- resourcePrefix
- String
The prefix to prepend to the name of the resources to look up. Typically this is the default CLR namespace for the given assembly but it can be anything.
Applies to
Azure SDK for .NET