Class EmulatorProfile
public abstract class EmulatorProfile : ObservableObject, INotifyPropertyChanged
- Inheritance
-
EmulatorProfile
- Implements
- Derived
- Inherited Members
Properties
ExitScript
Gets exit-execution script.
public string ExitScript { get; set; }
Property Value
Id
Gets emulator profile ID.
public string Id { get; set; }
Property Value
Name
Gets profile name.
public string Name { get; set; }
Property Value
PostScript
Gets post-execution script.
public string PostScript { get; set; }
Property Value
PreScript
Gets pre-execution script.
public string PreScript { get; set; }
Property Value
Type
Gets emulator profile object type.
public Type Type { get; }
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.