EmbeddedResourcesInfo Constructor (Assembly^, String^)

 

Initializes a new instance of the EmbeddedResourcesInfo with a given assembly and resourcePrefix. The class is used to initialize the ContentProvider class.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Content
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
EmbeddedResourcesInfo(
	Assembly^ assembly,
	String^ resourcePrefix
)

Parameters

assembly
Type: System.Reflection::Assembly^

The assembly to search for embedded resources.

resourcePrefix
Type: System::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.

Return to top
Show: