Click or drag to resize
LaunchBox

IMount Interface

This interface represents a DOSBox Drive Mount that is is associated with an IGame in LaunchBox/Big Box.

Namespace: Unbroken.LaunchBox.Plugins.Data
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public interface IMount

The IMount type exposes the following members.

Properties
 NameDescription
Public propertyDriveLetter Gets or sets the Drive Letter that should be used when loading this Mount in DOSBox.
Public propertyFilesystem 
Public propertyGameId Gets the ID of the game that is associated with this Mount. Maps up directly to the game's Id property.
Public propertyMountType 
Public propertyPath 
Public propertyType 
Top
See Also