Returns the image of the application

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 ApplicationImage GetApplicationImage(
	Guid threadId
)

Parameters

threadId
Type: System..::..Guid
Guid of application to get image from

Return Value

Type: ApplicationImage
Returns the image of the application

See Also