The following tables list the members exposed by ResourcePackage.
Name | Description | |
---|---|---|
ResourcePackage Constructor | Overloaded. |
Name | Description | |
---|---|---|
Culture | Culture of the current resource package. | |
RootGroup | Root resource group for the current resource package. |
Name | Description | |
---|---|---|
CreateFromFile | Generates resource package from the file located at the specified path. | |
CreateFromStream | Creates resource package from stream. | |
DeleteResource | Deletes the resource with the specified name from the current resource package. | |
FindItemByName | Searches for the resource with the specified name in the current resource package. | |
GetItemByName | Gets a resource item with the specified name from the current resource package. | |
GetSchema | Gets XML view schema of the current resource package. | |
ReadMetaData | Deserializes current resource package using specified DataReader. | |
ReadXml | Deserializes a resource package using specified System.Xml.XmlReader instance. | |
RenameResource | Renames a resource with the specified name in the current resource package. | |
SaveToFile | Serializes current resource package to a file located at the specified path. | |
SaveToStream | Serializes current resource package using specified XmlResourceWriter. | |
SetResourceValue | Sets a value for the resource with the specified name in the current resource package. | |
WriteMetaData | Serializes a resource package using specified DataWriter instance. | |
WriteXml | Serializes a resource package using specified System.Xml.XmlWriter instance. |