C# Class Yeppp.Process

Exibir arquivo Open project: wdv4758h/Yeppp

Public Methods

Method Description
DetectABI ( ) : ABI

Private Methods

Method Description
DetectLinuxABI ( ) : ABI
DetectLinuxArmABI ( FileStream fileStream, byte header ) : ABI
DetectOSXABI ( ) : ABI
DetectOperatingSystem ( ) : OperatingSystem
DetectWindowsABI ( ) : ABI
GetSystemInfo ( [ systemInfo ) : void
IsLinux ( ) : bool
IsOSX ( ) : bool
IsTagNTBS ( uint tag ) : bool
sysctl ( int name, uint namelen, IntPtr oldDataBuffer, UIntPtr &oldDataBufferSize, IntPtr newDataBuffer, UIntPtr newDataBufferSize ) : int
sysctlbyname ( [ name, int &oldData, UIntPtr &oldDataBufferSize, IntPtr newDataBuffer, UIntPtr newDataBufferSize ) : int

Method Details

DetectABI() public static method

public static DetectABI ( ) : ABI
return ABI