Udostępnij za pośrednictwem


EmbeddedResourcesInfo(Assembly, String) Constructor

Definition

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