CamelCaseJavascriptNameConverter Class |
Namespace: CefSharp.JavascriptBinding
The CamelCaseJavascriptNameConverter type exposes the following members.
Name | Description | |
---|---|---|
CamelCaseJavascriptNameConverter | Initializes a new instance of the CamelCaseJavascriptNameConverter class |
Name | Description | |
---|---|---|
ConvertMemberInfoNameToCamelCase |
Converts the Name to CamelCase
| |
ConvertReturnedObjectPropertyAndFieldToNameJavascript |
This method exists for backwards compatability reasons, historically
only the bound methods/fields/properties were converted. Objects returned
from a method call were not translated. To preserve this functionality
for upgrading users we split this into two methods. Typically thie method
would return the same result as ConvertToJavascript(MemberInfo)
Issue #2442
| |
ConvertToJavascript |
Get the javascript name for the property/field/method.
Typically this would be based on Name | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |