EmbeddedResourcesInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public class EmbeddedResourcesInfo
type EmbeddedResourcesInfo = class
Public Class EmbeddedResourcesInfo
- Inheritance
-
EmbeddedResourcesInfo
Constructors
EmbeddedResourcesInfo(Assembly, String) |
Initializes a new instance of the EmbeddedResourcesInfo with a given |
Properties
Assembly |
Gets the Assembly to search for embedded resources. |
ResourcePrefix |
Gets the prefix to prepend to the name of the resources to look up. |
Applies to
Azure SDK for .NET