C# 클래스 Ghostscript.NET.NativeLibraryHelper

Class that helps us to get various information about native libraries.
파일 보기 프로젝트 열기: jhabjan/Ghostscript.NET 1 사용 예제들

공개 메소드들

메소드 설명
GetImageFileMachineType ( Stream srm ) : ushort

Gets the image file machine type.

GetImageFileMachineType ( byte buffer ) : ushort

Gets the image file machine type.

GetImageFileMachineType ( string path ) : ushort

Gets the image file machine type.

Is64BitLibrary ( byte buffer ) : bool

Gets if native library is compiled as 64bit library.

Is64BitLibrary ( string path ) : bool

Gets if native library is compiled as 64bit library.

비공개 메소드들

메소드 설명
Is64BitMachineValue ( ushort machine ) : bool

Gets if machine value represents 64 bit machine.

메소드 상세

GetImageFileMachineType() 공개 정적인 메소드

Gets the image file machine type.
public static GetImageFileMachineType ( Stream srm ) : ushort
srm Stream Stream representing native library.
리턴 ushort

GetImageFileMachineType() 공개 정적인 메소드

Gets the image file machine type.
public static GetImageFileMachineType ( byte buffer ) : ushort
buffer byte Memory buffer representing native library.
리턴 ushort

GetImageFileMachineType() 공개 정적인 메소드

Gets the image file machine type.
public static GetImageFileMachineType ( string path ) : ushort
path string Native library path.
리턴 ushort

Is64BitLibrary() 공개 정적인 메소드

Gets if native library is compiled as 64bit library.
public static Is64BitLibrary ( byte buffer ) : bool
buffer byte Memory buffer representing native library.
리턴 bool

Is64BitLibrary() 공개 정적인 메소드

Gets if native library is compiled as 64bit library.
public static Is64BitLibrary ( string path ) : bool
path string Native library path.
리턴 bool