Click or drag to resize
GDAppIcon Class
Class representing application icon data of the service provider.
Inheritance Hierarchy
SystemObject
  GDGDAppIcon

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public sealed class GDAppIcon

The GDAppIcon type exposes the following members.

Constructors
  NameDescription
Public methodGDAppIcon
Initializes a new instance of the GDAppIcon class
Top
Properties
  NameDescription
Public propertyImage
Gets image representing service provider icon.
Public propertyPending
Gets flag for whether there is an application icon that has not yet been retrieved.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks
Available only if service provider is an application and an icon has been uploaded by the developer.
See Also

Reference