C# 클래스 Fody.PeImage.Helpers

Provides helper methods for working with WinPE files.
파일 보기 프로젝트 열기: Fody/Stamp

공개 메소드들

메소드 설명
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.

메소드 상세

Align() 공개 정적인 메소드

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

HiWord() 공개 정적인 메소드

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

LoWord() 공개 정적인 메소드

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