C# 클래스 NiceHashMiner.CPUID

파일 보기 프로젝트 열기: nicehash/NiceHashMiner 1 사용 예제들

공개 메소드들

메소드 설명
AdjustAffinity ( int pid, ulong mask ) : void
CreateAffinityMask ( int index, int percpu ) : ulong
GetCPUName ( ) : string
GetCPUVendor ( ) : string
GetVirtualCoresCount ( ) : int

비공개 메소드들

메소드 설명
GetPhysicalProcessorCount ( ) : int
SupportsAES ( ) : int
SupportsAVX ( ) : int
SupportsAVX2 ( ) : int
SupportsSSE2 ( ) : int
_GetCPUName ( ) : IntPtr
_GetCPUVendor ( ) : IntPtr

메소드 상세

AdjustAffinity() 공개 정적인 메소드

public static AdjustAffinity ( int pid, ulong mask ) : void
pid int
mask ulong
리턴 void

CreateAffinityMask() 공개 정적인 메소드

public static CreateAffinityMask ( int index, int percpu ) : ulong
index int
percpu int
리턴 ulong

GetCPUName() 공개 정적인 메소드

public static GetCPUName ( ) : string
리턴 string

GetCPUVendor() 공개 정적인 메소드

public static GetCPUVendor ( ) : string
리턴 string

GetVirtualCoresCount() 공개 정적인 메소드

public static GetVirtualCoresCount ( ) : int
리턴 int