This protected member is for internal use only and should not be used.
Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim imageInfo As OfflineImageInfo
Dim offlineImage1 As New OfflineImage(imageInfo)

Syntax

Visual Basic
Protected Sub New( _
		ByVal imageInfo As OfflineImageInfo _
)
C#
protected OfflineImage(
		OfflineImageInfo imageInfo
);
C++
protected:
OfflineImage(
		OfflineImageInfo^ imageInfo
);
J#
protected OfflineImage(
		OfflineImageInfo imageInfo
);
JScript
protected function OfflineImage(
		 imageInfo : OfflineImageInfo
);

Parameters

imageInfo

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Vista, and Windows 2000

Target Platforms

See Also