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