[This is preliminary documentation and is subject to change.]
The CefResourceBundleHandler type exposes the following members.Methods
Name | Description | |
---|---|---|
Dispose | ||
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
GetDataResource |
Called to retrieve data for the resource specified by |resource_id|. To
provide the resource data set |data| and |data_size| to the data pointer
and size respectively and return true. To use the default resource data
return false. The resource data will not be copied and must remain resident
in memory. Supported resource IDs are listed in cef_pack_resources.h.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetLocalizedString |
Called to retrieve a localized translation for the string specified by
|message_id|. To provide the translation set |string| to the translation
string and return true. To use the default translation return false.
Supported message IDs are listed in cef_pack_strings.h.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also