Skip to content

M_Aml_Editor_Plugin_Contracts_Commanding_OpenFileCommandArguments__ctor

AutomationML edited this page Jun 24, 2019 · 1 revision

OpenFileCommandArguments Constructor (Stream)

AutomationML Editor

Initializes a new instance of the OpenFileCommandArguments class.

Namespace: Aml.Editor.Plugin.Contracts.Commanding
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1

Syntax

C#

public OpenFileCommandArguments(
	Stream fileContent
)

VB

Public Sub New ( 
	fileContent As Stream
)

C++

public:
OpenFileCommandArguments(
	Stream^ fileContent
)

Parameters

 

fileContent
Type: System.IO.Stream
The file path, which defines the path to the file which should be opened in the editor.

See Also

Reference

OpenFileCommandArguments Class
OpenFileCommandArguments Overload
Aml.Editor.Plugin.Contracts.Commanding Namespace

Clone this wiki locally