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