C# 클래스 hobd.HOBD

파일 보기 프로젝트 열기: cail/hobd 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultNumberFormat System.Globalization.NumberFormatInfo
Registry SensorRegistry
config hobd.ConfigData
engine Engine
theme HOBDTheme
uConverter UnitsConverter

공개 메소드들

메소드 설명
EngineConnect ( ) : void
Init ( ) : bool
ReloadApp ( ) : void
ReloadLang ( ) : void
ReloadTheme ( ) : void
ReloadUnits ( ) : void
ReloadVehicle ( ) : void
Run ( string homepage ) : void
t ( string v ) : string
t ( string v, string def ) : string

비공개 메소드들

메소드 설명
FindWindow ( string cls, string name ) : int
HOBD ( ) : System
LoadLang ( string lang ) : void
SetForegroundWindow ( int handle ) : bool

메소드 상세

EngineConnect() 공개 정적인 메소드

public static EngineConnect ( ) : void
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : bool
리턴 bool

ReloadApp() 공개 정적인 메소드

public static ReloadApp ( ) : void
리턴 void

ReloadLang() 공개 정적인 메소드

public static ReloadLang ( ) : void
리턴 void

ReloadTheme() 공개 정적인 메소드

public static ReloadTheme ( ) : void
리턴 void

ReloadUnits() 공개 정적인 메소드

public static ReloadUnits ( ) : void
리턴 void

ReloadVehicle() 공개 정적인 메소드

public static ReloadVehicle ( ) : void
리턴 void

Run() 공개 정적인 메소드

public static Run ( string homepage ) : void
homepage string
리턴 void

t() 공개 정적인 메소드

public static t ( string v ) : string
v string
리턴 string

t() 공개 정적인 메소드

public static t ( string v, string def ) : string
v string
def string
리턴 string

프로퍼티 상세

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

public static NumberFormatInfo,System.Globalization DefaultNumberFormat
리턴 System.Globalization.NumberFormatInfo

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

public static SensorRegistry,hobd Registry
리턴 SensorRegistry

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

public static ConfigData,hobd config
리턴 hobd.ConfigData

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

public static Engine,hobd engine
리턴 Engine

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

public static HOBDTheme,hobd theme
리턴 HOBDTheme

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

public static UnitsConverter,hobd uConverter
리턴 UnitsConverter