Supports your desktop application in accessing penlet data from a desktop Container. This class represents an application item, which is the compiled penlet code in a JAR on the smartpen. In the container, an application item is identified by a path like this: userdata\[pen serial]\[penlet name]. The penlet name is the fully-qualifed class name of the penlet. It is created by the penlet developer.
Each AppItem contains a collection of one or more InstanceItem objects.
See AppItem Members.
See Structure of Penlet data file, List Packages Example, InstanceItem
public class AppItem : IEnumerable;
AppItem.cs