List of All Members for NativeClass
This is the complete list of members for NativeClass, including inherited members.
- var callStaticMethod(string methodName, var parameters, enumeration threadType, function resultHandler)
- var getStaticProperty(string propertyName)
- NativeObject newInstance(var parameters, string constructorName, enumeration threadType, function resultHandler)
- void setStaticProperty(string propertyName, var value)
The following members are inherited from NativeObject.
- var callMethod(string methodName, var parameters, enumeration threadType, function resultHandler)
- NativeClass getClass()
- var getProperty(string propertyName)
- void setProperty(string propertyName, var value)