Initializes and starts the application.

Namespace: Skewworks.NETMF.Applications
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public void EntryPoint(
	Guid applicationId,
	string applicationPath,
	string[] args
)

Parameters

applicationId
Type: System..::..Guid
Unique id of the application
applicationPath
Type: System..::..String
Path of the application
args
Type: array<System..::..String>[]()[][]
Arguments passed to the application

Remarks

Any application that should be started by the Tinkr core must implement a class derived from NETMFApplication.

See Also