Esempio n. 1
0
 public void disable(InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
Esempio n. 2
0
 public void take(IReadOnlyDictionary <string, string> propertyMap, InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
Esempio n. 3
0
 public void setProperty(string propertyName, string propertyValue, InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
Esempio n. 4
0
 public void clearAllProperties(InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
Esempio n. 5
0
 public void re_simulate_navigation(InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
Esempio n. 6
0
 public void getProperties(IReadOnlyList <string> arrayofNames, InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
Esempio n. 7
0
 public void delete_file(string str, InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
Esempio n. 8
0
 public void file_exists(string str, InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
Esempio n. 9
0
 public void get_allocated_memory(InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
Esempio n. 10
0
 public void screen_capture(string pszFilename, InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
Esempio n. 11
0
 public void simulate_touch_event(int event_type, int x, int y, InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
Esempio n. 12
0
 public void simulate_key_event_string(string str, InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
Esempio n. 13
0
 public void simulate_key_event_code(int keycode, InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }