Class EmulatorDefinitionProfile
public class EmulatorDefinitionProfile
- Inheritance
-
EmulatorDefinitionProfile
- Inherited Members
Properties
ImageExtensions
public List<string> ImageExtensions { get; set; }
Property Value
InstallationFile
public string InstallationFile { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Platforms
public List<string> Platforms { get; set; }
Property Value
ProfileFiles
public List<string> ProfileFiles { get; set; }
Property Value
ScriptGameImport
public bool ScriptGameImport { get; set; }
Property Value
ScriptStartup
public bool ScriptStartup { get; set; }
Property Value
StartupArguments
public string StartupArguments { get; set; }
Property Value
StartupExecutable
public string StartupExecutable { 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.