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.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
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.
Show: