Table of Contents

Class IconHelper

Namespace
HeBianGu.Control.Explorer
Assembly
HeBianGu.Control.Explorer.dll
public class IconHelper
Inheritance
IconHelper
Inherited Members
Extension Methods

Fields

Instance

public static IconHelper Instance

Field Value

IconHelper

Methods

GetSystemInfoIcon(string)

public Icon GetSystemInfoIcon(string path)

Parameters

path string

Returns

Icon

SHGetFileInfo(string, uint, ref SHFILEINFO, uint, uint)

返回系统设置的图标

public static extern nint SHGetFileInfo(string pszPath, uint dwFileAttributes, ref IconHelper.SHFILEINFO psfi, uint cbSizeFileInfo, uint uFlags)

Parameters

pszPath string

文件路径 如果为"" 返回文件夹的

dwFileAttributes uint

0

psfi IconHelper.SHFILEINFO

结构体

cbSizeFileInfo uint

结构体大小

uFlags uint

枚举类型

Returns

nint

-1失败