C# Class OpenHardwareMonitor.Utilities.IconFactory.ICONDIR

Mostra file Open project: pklinef/open-hardware-monitor

Public Properties

Property Type Description
Count ushort
Entries ICONDIRENTRY[]
Reserved ushort
Type ushort

Public Methods

Method Description
ICONDIR ( ICONDIRENTRY entries ) : System
Write ( BinaryWriter bw ) : void

Method Details

ICONDIR() public method

public ICONDIR ( ICONDIRENTRY entries ) : System
entries ICONDIRENTRY
return System

Write() public method

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
return void

Property Details

Count public_oe property

public ushort Count
return ushort

Entries public_oe property

public ICONDIRENTRY[] Entries
return ICONDIRENTRY[]

Reserved public_oe property

public ushort Reserved
return ushort

Type public_oe property

public ushort Type
return ushort