Class EmulatorDefinition
public class EmulatorDefinition
- Inheritance
-
EmulatorDefinition
- Inherited Members
Properties
Id
public string Id { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Profiles
public List<EmulatorDefinitionProfile> Profiles { get; set; }
Property Value
Website
public string Website { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.