This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.Genymotion.
                            
 
	
	
		
  			
				
							
					
						
							graph BT
	Type-->Base0["Object"]
	Type["GenymotionAliases"]
class Type type-node
						
					 
				 
  			 
		 
	Syntax
	public static class GenymotionAliases
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeAliasCategoryAttribute | 
						 | 
					
					
						| CakeNamespaceImportAttribute | 
						 | 
					
					
						| CakeNamespaceImportAttribute | 
						 | 
					
					
						| CakeNamespaceImportAttribute | 
						 | 
					
					
						| CakeNamespaceImportAttribute | 
						 | 
					
					
						| CakeNamespaceImportAttribute | 
						 | 
					
					
						| CakeNamespaceImportAttribute | 
						 | 
					
			
		 
	 	
			Methods
			
				
					
						
							
								| Name | 
								Value | 
								Summary | 
							
						
							
								| AdbConnectGenymotionSimulator(ICakeContext, string, GenymotionDeviceSettings) | 
								void | 
								
									
											 static 
								 | 
							
							
								| AdbConnectGenymotionSimulator(ICakeContext, string) | 
								void | 
								
									
											 static 
								 | 
							
							
								| AdbDisconnectGenymotionSimulator(ICakeContext, string, GenymotionDeviceSettings) | 
								void | 
								
									
											 static 
								 | 
							
							
								| AdbDisconnectGenymotionSimulator(ICakeContext, string) | 
								void | 
								
									
											 static 
								 | 
							
							
								| ConfigureGenymotion(ICakeContext, GenymotionConfigSettings) | 
								void | 
								
									
											 static 
								 | 
							
							
								| FactoryResetGenymotionSimulator(ICakeContext, string, GenymotionAdminSettings) | 
								void | 
								
									
											 static 
								 | 
							
							
								| FactoryResetGenymotionSimulator(ICakeContext, string) | 
								void | 
								
									
											 static 
								 | 
							
							
								| ListGenymotionSimulators(ICakeContext, GenymotionAdminSettings) | 
								IReadOnlyList<GenymotionSimulator> | 
								
									
											 static 
								 | 
							
							
								| ListGenymotionSimulators(ICakeContext) | 
								IReadOnlyList<GenymotionSimulator> | 
								
									
											 static 
								 | 
							
							
								| RegisterGenymotionLicense(ICakeContext, string, GenymotionLicenseSettings) | 
								void | 
								
									
											 static 
								 | 
							
							
								| RegisterGenymotionLicense(ICakeContext, string) | 
								void | 
								
									
											 static 
								 | 
							
							
								| ResetAllGenymotionSimulators(ICakeContext, GenymotionAdminSettings) | 
								void | 
								
									
											 static 
								 | 
							
							
								| ResetAllGenymotionSimulators(ICakeContext) | 
								void | 
								
									
											 static 
								 | 
							
							
								| StartGenymotionSimulator(ICakeContext, string, GenymotionAdminSettings) | 
								void | 
								
									
											 static 
								 | 
							
							
								| StartGenymotionSimulator(ICakeContext, string) | 
								void | 
								
									
											 static 
								 | 
							
							
								| StopAllGenymotionSimulators(ICakeContext, GenymotionAdminSettings) | 
								void | 
								
									
											 static 
								 | 
							
							
								| StopAllGenymotionSimulators(ICakeContext) | 
								void | 
								
									
											 static 
								 | 
							
							
								| StopGenymotionSimulator(ICakeContext, string, GenymotionAdminSettings) | 
								void | 
								
									
											 static 
								 | 
							
							
								| StopGenymotionSimulator(ICakeContext, string) | 
								void | 
								
									
											 static 
								 | 
							
					
				 
			 
		
			Extension Methods
			
				
					
						
							
								| Name | 
								Value | 
								Summary | 
							
						
							
								| ToDictionary() | 
								IDictionary<string, object> | 
								
									
										
                                            	 Requires the Cake.DeployParams addin 
								 | 
							
							
								| ToStringWithNullMarkup() | 
								string | 
								
									 
            Returns the string value or a Not set> markup suitable for Spectre.Console.
             
										
                                            	Requires the Cake.Issues addin 
								 |