CefResourceBundle Class |
Namespace: Internal.Xilium.CefGlue
public sealed class CefResourceBundle : IDisposable
The CefResourceBundle type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the CefResourceBundle | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetDataResource |
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.
| |
GetDataResourceForScale |
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.
| |
GetGlobal |
Returns the global resource bundle instance.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLocalizedString |
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.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |