Udostępnij za pośrednictwem


EmbeddedResourcesInfo Class

Definition

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 assembly and resourcePrefix. The class is used to initialize the ContentProvider class.

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