C# 클래스 zbxlld.Windows.Supplement.SCManager

파일 보기 프로젝트 열기: skarllot/zbxlld

공개 메소드들

메소드 설명
SCManager ( string serviceName ) : System

비공개 메소드들

메소드 설명
CloseServiceHandle ( IntPtr hSCObject ) : bool
OpenSCManager ( string machineName, string databaseName, ACCESS_MASK dwAccess ) : IntPtr
OpenService ( IntPtr hSCManager, string lpServiceName, SERVICE_ACCESS dwDesiredAccess ) : IntPtr
QueryServiceConfig ( IntPtr hService, IntPtr intPtrQueryConfig, UInt32 cbBufSize, UInt32 &pcbBytesNeeded ) : System.Boolean

메소드 상세

SCManager() 공개 메소드

public SCManager ( string serviceName ) : System
serviceName string
리턴 System