Beispiel #1
0
 public static object ConvertValue(this NSJSValue value, Type type)
 {
     return(NSJSValueMetaObject.ConvertValue(type, value));
 }
Beispiel #2
0
 public static NSJSValue ToValue(this object obj, NSJSVirtualMachine machine)
 {
     return(NSJSValueMetaObject.ConvertValue(machine, obj));
 }
Beispiel #3
0
 public static object FetchValue(this NSJSValue value, Type type)
 {
     return(NSJSValueMetaObject.FetchValue(type, value));
 }