Click or drag to resize

AppletInfo Properties

The AppletInfo type exposes the following members.

Properties
  NameDescription
Public propertyAuthor
Gets or sets the author of the applet
Public propertyDependencies
Gets or sets the applet's dependencies
Public propertyGroupNames
Gets or sets the name of the applet info
Public propertyHash
A hash which validates the file has not changed on the disk. Different from signature which indicates the manifest has not changed since installed.
Public propertyIcon
Gets or sets the icon resource
Public propertyId
The identifier of the applet
(Inherited from AppletName.)
Public propertyNames
Gets or sets the name of the applet info
Public propertyPublicKeyToken
The signature of the applet (not used for verification, rather lookup)
(Inherited from AppletName.)
Public propertySignature
Gets or sets the signature which can be used to validate the file
(Inherited from AppletName.)
Public propertyTimeStamp
Represents the timestamp of the object
Public propertyUuid
Uuid of the applet
Public propertyVersion
The version of the applet
(Inherited from AppletName.)
Top
See Also