Load
Overloads
| Name | Description |
|---|---|
| Load() | 설정 정보 불러오기 |
| Load(string path) | 지정된 경로의 설정을 조회 후 설정 |
Load()
public bool Load()
설정 정보 불러오기
Returns
| Type | Description |
|---|---|
| bool | 불러오기 결과 |
Load(string path)
public bool Load(string path)
지정된 경로의 설정을 조회 후 설정
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | 설정 파일 |
Returns
| Type | Description |
|---|---|
| bool | 불러오기 결과 |