C# 클래스 UlteriusServer.Api.Services.LocalSystem.SystemService

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

Private Properties

프로퍼티 타입 설명
GetBiosCaption string
GetBiosInfo object
GetBiosManufacturer string
GetBiosSerial string
GetNetworkInfo object
GetTickCount64 ulong
GetTotalPhysicalMemory ulong
GetTotalProcesses int
GetUpTime System.TimeSpan
GetUsedMemory ulong
IsRunningAsAdministrator bool
SetNetworkInformation void
Updater void

공개 메소드들

메소드 설명
GetCdRom ( ) : string
GetCpuTemps ( ) : List
GetDriveInformation ( ) : List
GetEventLogs ( ) : List>.Dictionary
GetMotherBoard ( ) : string
GetPerformanceCounters ( ) : List
SetCpuInformation ( ) : void
SetOperatingSystemInformation ( ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
GetBiosCaption ( ) : string
GetBiosInfo ( ) : object
GetBiosManufacturer ( ) : string
GetBiosSerial ( ) : string
GetNetworkInfo ( ) : object
GetTickCount64 ( ) : ulong
GetTotalPhysicalMemory ( ) : ulong
GetTotalProcesses ( ) : int
GetUpTime ( ) : System.TimeSpan
GetUsedMemory ( ) : ulong
IsRunningAsAdministrator ( ) : bool
SetNetworkInformation ( ) : void
Updater ( ) : void

메소드 상세

GetCdRom() 공개 메소드

public GetCdRom ( ) : string
리턴 string

GetCpuTemps() 공개 메소드

public GetCpuTemps ( ) : List
리턴 List

GetDriveInformation() 공개 메소드

public GetDriveInformation ( ) : List
리턴 List

GetEventLogs() 공개 정적인 메소드

public static GetEventLogs ( ) : List>.Dictionary
리턴 List>.Dictionary

GetMotherBoard() 공개 메소드

public GetMotherBoard ( ) : string
리턴 string

GetPerformanceCounters() 공개 메소드

public GetPerformanceCounters ( ) : List
리턴 List

SetCpuInformation() 공개 메소드

public SetCpuInformation ( ) : void
리턴 void

SetOperatingSystemInformation() 공개 메소드

public SetOperatingSystemInformation ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void