EmbeddedResourcesInfo Class

 

This class is used to provide information about embedded resources to the ContentProvider implementation. It contains two pieces of information: the assembly which to search for embedded resources, and the resource prefix to prepend to the name of the resources to look up. The resource prefix is typically the default CLR namespace of the assembly.

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

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Content.EmbeddedResourcesInfo

public class EmbeddedResourcesInfo

NameDescription
System_CAPS_pubmethodEmbeddedResourcesInfo(Assembly, String)

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

NameDescription
System_CAPS_pubpropertyAssembly

Gets the Assembly to search for embedded resources.

System_CAPS_pubpropertyResourcePrefix

Gets the prefix to prepend to the name of the resources to look up.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: