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

Definition

Namespace: ASCOM.Tools
Assembly: ASCOM.Tools (in ASCOM.Tools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public XMLProfile(
	string pathAndFileName,
	ILogger logger = null
)

Parameters

pathAndFileName  String
The path and filename to store the profile at
logger  ILogger  (Optional)
The logging device to be used (can be null).

Version Information

.NET Standard

Supported in: 2.0

See Also