Click or drag to resize

IGHARemoteObjectGetIconFile Method

[This is preliminary documentation and is subject to change.]

Retrieve an Icon image in Byte arra format

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
byte[] GetIconFile(
	string fileName
)

Parameters

fileName
Type: SystemString
File name of the Icon on the remote server

Return Value

Type: Byte
Icon image in byte array format
See Also