C# Class Fody.PeImage.Helpers

Provides helper methods for working with WinPE files.
Afficher le fichier Open project: Fody/Stamp

Méthodes publiques

Méthode Description
Align ( long value ) : long

Aligns a value to the next 32-bit boundary.

HiWord ( uint value ) : ushort

Retrieves the high-order word from the specified 32-bit value.

LoWord ( uint value ) : ushort

Retrieves the low-order word from the specified value.

Method Details

Align() public static méthode

Aligns a value to the next 32-bit boundary.
public static Align ( long value ) : long
value long /// The value to align. ///
Résultat long

HiWord() public static méthode

Retrieves the high-order word from the specified 32-bit value.
public static HiWord ( uint value ) : ushort
value uint /// The value to be converted. ///
Résultat ushort

LoWord() public static méthode

Retrieves the low-order word from the specified value.
public static LoWord ( uint value ) : ushort
value uint /// The value to be converted. ///
Résultat ushort