public RegisterJsObject ( string name, object objectToBind, BindingOptions options = null ) : void | ||
name | string | The name of the object. (e.g. "foo", if you want the object to be accessible as window.foo). |
objectToBind | object | The object to be made accessible to Javascript. |
options | BindingOptions | binding options - camelCaseJavascriptNames default to true |
return | void |