Returns an instance of OfflineImageInfo. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim path As String
Dim returnValue As OfflineImageInfo
Dim cpi1 As Cpi
returnValue = cpi1.GetOfflineImageInfo(path)

Syntax

Visual Basic
Public Function GetOfflineImageInfo( _
		ByVal path As String _
) As OfflineImageInfo
C#
public OfflineImageInfo GetOfflineImageInfo(
		string path
);
C++
public:
OfflineImageInfo^ GetOfflineImageInfo(
		String^ path
);
J#
public OfflineImageInfo GetOfflineImageInfo(
		System.String path
);
JScript
public function GetOfflineImageInfo(
		 path : String
) : OfflineImageInfo;

Parameters

path

Path of the offline image file.

Return Value

An instance of OfflineImageInfo that describes the offline image.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also