5/13/2011

The Microsoft Visual Studio development system project for the sample device imaging component is stored in the SamplePlugin folder. The main file that implements the public COM interface is SamplePlugin.cs. This section describes the various parts of this file.

Note:
The ImagingJobobject, the JobManagerclass and the SimulatorClientclasses are specifically part of the sample device imaging component and are not required to build your device imaging component.

In This Section

GUIDs

Information about the GUIDs that are used with the sample device imaging component.

GetPluginName, GetPluginBrandingImage, and RemoteServerNames Methods

Information about several methods that are used in the sample device imaging component to modify output of the device imaging component based on system locales.

JobManager Class

Information about the JobManagerclass that is used in the sample device imaging component to manage multiple device imaging deployments.

ImagingJob Object

Information about the ImagingJobobject that is used in the sample device imaging component to implement the core functionality of the device imaging process.

SimulatorClient Class

Information about the SimulatorClientclass that is used in the sample device imaging component to communicate with the device imaging solution simulator using Windows Communication Foundation (WCF).

See Also