C# 클래스 Solar.Car.Console.Program

파일 보기 프로젝트 열기: nusolar/sc6-telemetry-code

공개 메소드들

메소드 설명
Main ( string args ) : void
RestartAsAdmin ( ) : void

WINDOWS ONLY - Restarts as admin.

RunApp ( ) : void
Shutdown ( ) : void

Shutdown the computer, requires shutdown executable.

메소드 상세

Main() 공개 정적인 메소드

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

RestartAsAdmin() 공개 정적인 메소드

WINDOWS ONLY - Restarts as admin.
public static RestartAsAdmin ( ) : void
리턴 void

RunApp() 공개 정적인 메소드

public static RunApp ( ) : void
리턴 void

Shutdown() 공개 정적인 메소드

Shutdown the computer, requires shutdown executable.
public static Shutdown ( ) : void
리턴 void