Click or drag to resize

CefResourceBundle Methods

The CefResourceBundle type exposes the following members.

Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetDataResource
Retrieves the contents of the specified scale independent |resource_id|. If the value is found then |data| and |data_size| will be populated and this method will return true. If the value is not found then this method will return false. The returned |data| pointer will remain resident in memory and should not be freed. Include cef_pack_resources.h for a listing of valid resource ID values.
Public methodGetDataResourceForScale
Retrieves the contents of the specified |resource_id| nearest the scale factor |scale_factor|. Use a |scale_factor| value of SCALE_FACTOR_NONE for scale independent resources or call GetDataResource instead. If the value is found then |data| and |data_size| will be populated and this method will return true. If the value is not found then this method will return false. The returned |data| pointer will remain resident in memory and should not be freed. Include cef_pack_resources.h for a listing of valid resource ID values.
Public methodStatic memberGetGlobal
Returns the global resource bundle instance.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLocalizedString
Returns the localized string for the specified |string_id| or an empty string if the value is not found. Include cef_pack_strings.h for a listing of valid string ID values.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also