C# Class ScrGen.Icon.PeContainer

Inheritance: IconContainer
Afficher le fichier Open project: vitalyobukhov/WebSaver Class Usage Examples

Méthodes publiques

Méthode Description
Arrange ( string filename, ushort groupIconName ) : void
PeContainer ( ) : Common.System
PeContainer ( IcoContainer container ) : Common.System
PeContainer ( string filename, ushort groupIconName ) : Common.System
ToFile ( string filename, ushort groupIconName, bool arrange = true, bool overwrite = false ) : void

Private Methods

Méthode Description
GetBusyIconNames ( string filename, ushort groupIconName ) : ushort[]
GetOldDirectory ( string filename, ushort groupIconName ) : PeDirectory
LoadDatafile ( string filename ) : IntPtr
Validate ( ) : void
ValidateFilename ( string filename ) : void

Method Details

Arrange() public méthode

public Arrange ( string filename, ushort groupIconName ) : void
filename string
groupIconName ushort
Résultat void

PeContainer() public méthode

public PeContainer ( ) : Common.System
Résultat Common.System

PeContainer() public méthode

public PeContainer ( IcoContainer container ) : Common.System
container IcoContainer
Résultat Common.System

PeContainer() public méthode

public PeContainer ( string filename, ushort groupIconName ) : Common.System
filename string
groupIconName ushort
Résultat Common.System

ToFile() public méthode

public ToFile ( string filename, ushort groupIconName, bool arrange = true, bool overwrite = false ) : void
filename string
groupIconName ushort
arrange bool
overwrite bool
Résultat void