C# 클래스 SqlToGraphite.Plugin.Wmi.WmiClient

상속: SqlToGraphiteInterfaces.PluginBase
파일 보기 프로젝트 열기: perryofpeek/SqlToGraphite-core 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetTheNameOfTheColumn string
GetWmiObject IEnumerable

공개 메소드들

메소드 설명
ConvertToInt ( string value ) : int
Get ( ) : IList
WmiClient ( ) : System
WmiClient ( log4net.ILog log, Job job, IEncryption encryption ) : System

비공개 메소드들

메소드 설명
GetTheNameOfTheColumn ( System.Management.ManagementBaseObject queryObj ) : string
GetWmiObject ( string query, string machineName, string rootPath ) : IEnumerable

메소드 상세

ConvertToInt() 공개 정적인 메소드

public static ConvertToInt ( string value ) : int
value string
리턴 int

Get() 공개 메소드

public Get ( ) : IList
리턴 IList

WmiClient() 공개 메소드

public WmiClient ( ) : System
리턴 System

WmiClient() 공개 메소드

public WmiClient ( log4net.ILog log, Job job, IEncryption encryption ) : System
log log4net.ILog
job Job
encryption IEncryption
리턴 System