Share via


Silverlight for Windows Embedded Functions (Windows Embedded CE 6.0)

1/6/2010

This section describes the functions available in Silverlight for Windows Embedded.

Function Description

CreateDelegate

Creates a delegate for an event.

FreeXRValue

Frees the memory of an XRValue object and clears all references to the object.

GetXRApplicationInstance

Obtains a reference to a per-process singleton that is the application object for Silverlight.

PFN_CREATE_CONTROL

Defines a callback function that resolves a reference to an unknown XAML element name by creating a control.

PFN_PROPERTY_CHANGE

Defines a callback function that the application calls when the value of a dependency property or of an attached property changes.

PFN_TYPE_CONVERTER

Defines a callback function that the application calls when Silverlight converts types from a source XAML file into C++ types for Silverlight run-time application.

XamlRuntimeInitialize

Initializes the Silverlight system.

XamlRuntimeUninitialize

Removes all references to the application singleton.

XR_HOOKPROC

Defines the signature of a callback function that the application defines, which you can use to monitor or process any windows message that the graphics, windowing, and events subsystem (GWES) sends to the foundation window for the visual host.

See Also

Other Resources

Silverlight for Windows Embedded Reference