XMLProfile(String, ILogger) Constructor
Creates an XML profile, loading what exists at the specified path. It will save any changes at the path
It is not recommended to access the same file from two different instances of this Profile at the same time
Namespace: ASCOM.ToolsAssembly: ASCOM.Tools (in ASCOM.Tools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
public XMLProfile(
string pathAndFileName,
ILogger logger = null
)
Public Sub New (
pathAndFileName As String,
Optional logger As ILogger = Nothing
)
- pathAndFileName String
- The path and filename to store the profile at
- logger ILogger (Optional)
- The logging device to be used (can be null).
Supported in: 2.0