Click or drag to resize

AMLResourceStream Constructor

Provides an AMLFile as a stream. The filename and the AutomationML File type is defined.

Namespace: Aml.Engine.Services.Model
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public AMLResourceStream(
	Stream amlFileStream,
	AMLFileType amlFileType,
	string amlFileName
)

Parameters

amlFileStream  Stream
The byte stream
amlFileType  AMLFileType
The AutomationML file type
amlFileName  String
The name of the original file
See Also