Class BuiltInEmulatorProfile
Represents built-in emulator profile.
public class BuiltInEmulatorProfile : EmulatorProfile, INotifyPropertyChanged, IEquatable<BuiltInEmulatorProfile>
- Inheritance
-
BuiltInEmulatorProfile
- Implements
- Inherited Members
Constructors
BuiltInEmulatorProfile()
Creates new instance of BuiltInEmulatorProfile.
public BuiltInEmulatorProfile()
Properties
BuiltInProfileName
Gets name of built-in profile represented by this definition.
public string BuiltInProfileName { get; set; }
Property Value
CustomArguments
Gets or set custom emulator arguments.
public string CustomArguments { get; set; }
Property Value
OverrideDefaultArgs
Gets or sets value indicating whether built-in arguments should be overriden.
public bool OverrideDefaultArgs { get; set; }
Property Value
Methods
Equals(BuiltInEmulatorProfile)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(BuiltInEmulatorProfile other)
Parameters
other
BuiltInEmulatorProfileAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
other
parameter; otherwise, false.
GetCopy()
public BuiltInEmulatorProfile GetCopy()