Initializes a new instance of the Icon Class.Initializes a new instance of the Icon Class.Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim src As Image

Dim instance As New Icon(src)

Syntax

Visual Basic
Public Sub New ( _
		src As Image _
)
C#
public Icon (
		Image src
)
C++
public:
Icon (
		Image^ src
)
J#
public Icon (
		Image src
)
JScript
public function Icon (
		src : Image
)

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also