Shells a full NETMF application in a new AppDomain.

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

Syntax

C#
public static bool ShellNETMF(
	string filename,
	string domain
)

Parameters

filename
Type: System..::..String
Full path to the file PE to be shelled.
domain
Type: System..::..String
Name to give the new AppDomain.

Return Value

Type: Boolean
true if completed successfully; else false

Remarks

This is a blocking method, the primary application will not respond until the shelled application terminates. To start an application non blocking use LaunchApplication(String, array<String>[]()[][])

See Also