5/13/2011

This class represents a registered device imaging component. This class is read-only.

Syntax

class EDM_ImageDeploymentPlugin(
  string 
OEMPluginID
);

Properties

OEMPluginID

Identifier for the device imaging component that is created in the system registry when the device imaging component is registered.

Methods

The following table shows the methods in the EDM_ImageDeploymentPluginclass.

Method

Description

EDM_ImageDeploymentPlugin::GetOEMPluginBrandingImageBytes

Returns a byte array that contains the branding image for the device imaging component.

EDM_ImageDeploymentPlugin::GetOEMPluginName

Returns the name of the device imaging component.

EDM_ImageDeploymentPlugin::GetOptionalRemoteServerNames

Returns the list of remote server names as specified by the device imaging component. You can use this method to select any property of the device imaging component. Selecting a name of a remote server is one of the uses for this method.

EDM_ImageDeploymentPlugin::ValidateImage

Validates an image string identifier.

Remarks

You can query this class for information about a registered device imaging component.

For information about how to register a device imaging component, see Registering the Sample Device Imaging Component.

See Also