CefResourceBundleHandler MembersXilium.CefGlue

[This is preliminary documentation and is subject to change.]

The CefResourceBundleHandler type exposes the following members.
Constructors

  NameDescription
Protected methodCefResourceBundleHandler
Initializes a new instance of the CefResourceBundleHandler class
Back to Top
Methods

  NameDescription
Protected methodDispose
Releases the unmanaged resources used by the CefResourceBundleHandler and optionally releases the managed resources
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
Protected methodGetDataResource
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.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Protected methodGetLocalizedString
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.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Protected propertySyncRoot
Back to Top
See Also