C# 클래스 OpenVpn.OpenVpnService

상속: System.ServiceProcess.ServiceBase
파일 보기 프로젝트 열기: xkjyeah/openvpnserv2

공개 프로퍼티들

프로퍼티 타입 설명
DefaultServiceName string

공개 메소드들

메소드 설명
Main ( string args ) : int
OpenVpnService ( ) : System

보호된 메소드들

메소드 설명
OnStart ( string args ) : void
OnStop ( ) : void

비공개 메소드들

메소드 설명
GetPriorityClass ( string priorityString ) : System.Diagnostics.ProcessPriorityClass
GetRegistrySubkey ( RegistryView rView ) : RegistryKey

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : int
args string
리턴 int

OnStart() 보호된 메소드

protected OnStart ( string args ) : void
args string
리턴 void

OnStop() 보호된 메소드

protected OnStop ( ) : void
리턴 void

OpenVpnService() 공개 메소드

public OpenVpnService ( ) : System
리턴 System

프로퍼티 상세

DefaultServiceName 공개적으로 정적으로 프로퍼티

public static string DefaultServiceName
리턴 string