Not implemented

Namespace: EAL.Interfaces.Logic
Assembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)

Syntax

C#
string LoadBootApplication(
	string file,
	string path
)
Visual Basic
Function LoadBootApplication ( 
	file As String,
	path As String
) As String
Visual C++
String^ LoadBootApplication(
	String^ file, 
	String^ path
)

Parameters

file
Type: System..::..String
File path
path
Type: System..::..String
Path

Return Value

Type: String
Result

See Also