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.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | EmbeddedResourcesInfo(Assembly, String) | Initializes a new instance of the EmbeddedResourcesInfo with a given assembly and resourcePrefix. The class is used to initialize the ContentProvider class. |
| Name | Description | |
|---|---|---|
![]() | Assembly | Gets the Assembly to search for embedded resources. |
![]() | ResourcePrefix | Gets the prefix to prepend to the name of the resources to look up. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)