C# 클래스 check_services.WinServiceActual

파일 보기 프로젝트 열기: monitoring-plugins-for-windows/check_services 1 사용 예제들

공개 메소드들

메소드 설명
WinServiceActual ( String serviceName, String displayName, String startType, System.Boolean delayedAutostart, System.Boolean WOW64, String objectName, String currentStatus, string serviceCategory, string fileOwner, string imagePath, string resolvedImagePath, Array dependentServices, Array servicesDependingOn ) : System

메소드 상세

WinServiceActual() 공개 메소드

public WinServiceActual ( String serviceName, String displayName, String startType, System.Boolean delayedAutostart, System.Boolean WOW64, String objectName, String currentStatus, string serviceCategory, string fileOwner, string imagePath, string resolvedImagePath, Array dependentServices, Array servicesDependingOn ) : System
serviceName String
displayName String
startType String
delayedAutostart System.Boolean
WOW64 System.Boolean
objectName String
currentStatus String
serviceCategory string
fileOwner string
imagePath string
resolvedImagePath string
dependentServices System.Array
servicesDependingOn System.Array
리턴 System