[This is preliminary documentation and is subject to change.]
The CefResourceBundleHandler type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| CefResourceBundleHandler | Initializes a new instance of the CefResourceBundleHandler class  | 
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases the unmanaged resources used by the CefResourceBundleHandler and optionally releases the managed resources  | |
|  (Inherited from  | ||
| Finalize |  (Overrides  | |
| 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.
              | |
                    Serves as a hash function for a particular type. 
                  (Inherited from  | ||
| 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.
              | |
                    Gets the   (Inherited from  | ||
                    Creates a shallow copy of the current   (Inherited from  | ||
|  (Inherited from  | 
Properties
| Name | Description | |
|---|---|---|
| SyncRoot | 
See Also