Modifying the Attributes of a Plug-in (Windows Embedded CE 6.0)
1/6/2010
After you have created a plug-in project based on the Remote Tools Framework, you can choose to modify its attributes.
Modifying the name of the .cetool file
After you have built a plug-in project, resulting in a .cetool file, you can choose to change the name of the file. To accomplish this, for information, see Creating a New Plug-in From an Existing Plug-in.
For information about building a plug-in project, see Building a Plug-in.
Modifying the attributes of the plug-in
To modify the attributes of the plug-in such as the plug-in version or the executable and DLL files, use the Bundle Input Editor to open the associated .cebundleinfo file. For more information, see Bundle Input Editor.
To modify the namespace and the class name for the PluginComponent implementation, perform the following steps.
- Use the Bundle Input Editor to open the associated .cebundleinfo file and make your changes.
- Change the code in the plug-in files to match these changes, and then save your changes.
See Also
Other Resources
Modification of a Plug-in Project Created Using the Project Wizard