Click or drag to resize

AutomationMLContainer(String, FileMode, FileAccess, FileShare) Constructor

Initializes a new instance of the AutomationMLContainer class using the specified container file to load or save the package.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public AutomationMLContainer(
	string containerFilePath,
	FileMode packageMode,
	FileAccess packageAccess,
	FileShare packageShare
)

Parameters

containerFilePath  String
The file path of the container file.
packageMode  FileMode
The file mode for the package file.
packageAccess  FileAccess
The file access mode for the package file.
packageShare  FileShare
The file share access mode for the package file, which controls access of other file streams to the same file.
See Also